GearmanTask::uuid

(PECL gearman <= 0.5.0) Get the unique identifier for a task (deprecated) public string GearmanTask::uuid ( void ) Returns the unique identifier for this task. This is assigned by the GearmanClient, as opposed to the job handle which is set by the Gearman job server. Note: This method has been replaced by GearmanTask::unique() in the 0.6.0 release of the Gearman extension. Returns: The uni

stats_rand_gen_f

(PECL stats >= 1.0.0) Generates a random deviate float stats_rand_gen_f ( float $dfn, float $dfd ) Generates a random deviate from the F (variance ratio) distribution with "dfn" degrees of freedom in the numerator and "dfd" degrees of freedom in the denominator. Method : directly generates ratio of chisquare variates. Parameters: dfn Generates a random deviate from the

Imagick::paintTransparentImage

(PECL imagick 2.0.0) Changes any pixel that matches color with the color defined by fill bool Imagick::paintTransparentImage ( mixed $target, float $alpha, float $fuzz ) Changes any pixel that matches color with the color defined by fill. Parameters: target Change this target color to specified opacity value within the image. alpha The

msql_fetch_array

(PHP 4, PHP 5, PHP 7) Fetch row as array array msql_fetch_array ( resource $result [, int $result_type ] ) msql_fetch_array() is an extended version of msql_fetch_row(). In addition to storing the data in the numeric indices of the result array, it also stores the data in associative indices, using the field names as keys. An important thing to note is that using msql_fetch_array() is NOT significantly slower than using ms

Yaf_View_Interface::setScriptPath

(Yaf >=1.0.0) The setScriptPath purpose abstract public void Yaf_View_Interface::setScriptPath ( string $template_dir ) Set the templates base directory, this is usually called by Yaf_Dispatcher Parameters: template_dir A absolute path to the template directory, by default, Yaf_Dispatcher use application.directory . "/views" as this paramter. Retur

image_type_to_extension

(PHP 5, PHP 7) Get file extension for image type string image_type_to_extension ( int $imagetype [, bool $include_dot = TRUE ] ) Returns the extension for the given IMAGETYPE_XXX constant. Parameters: imagetype One of the IMAGETYPE_XXX constant. include_dot Whether to prepend a dot to the extension or not. Default to TRUE.

fam_open

(PHP 5 <= 5.0.5) Open connection to FAM daemon resource fam_open ([ string $appname ] ) Opens a connection to the FAM service daemon. Parameters: appname A string identifying the application for logging reasons Returns: Returns a resource representing a connection to the FAM service on success or FALSE on errors.

mysqli::more_results

(PHP 5, PHP 7) Check if there are any more query results from a multi query bool mysqli::more_results ( void ) Object oriented style Procedural style bool mysqli_more_results ( mysqli $link ) Indicates if one or more result sets are available from a previous call to mysqli_multi_query(). Parameters: link Procedural style only: A link identifier returned by mysqli_connect(

ReflectionMethod::isPublic

(PHP 5, PHP 7) Checks if method is public public bool ReflectionMethod::isPublic ( void ) Checks if the method is public. Returns: TRUE if the method is public, otherwise FALSE See also: ReflectionMethod::isPrivate() -

ncurses_getmouse

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Reads mouse event bool ncurses_getmouse ( array &$mevent ) ncurses_getmouse() reads mouse event out of queue. Parameters: mevent Event options will be delivered in this parameter which has to be an array, passed by reference (see example below). On success an associative array with following keys will b