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

Imagick::quantizeImages

(PECL imagick 2.0.0) Analyzes the colors within a sequence of images bool Imagick::quantizeImages ( int $numberColors, int $colorspace, int $treedepth, bool $dither, bool $measureError ) Parameters: numberColors colorspace treedepth dither measureError

MongoCursor::limit

(PECL mongo >=0.9.0) Limits the number of results returned public MongoCursor MongoCursor::limit ( int $num ) Parameters: num The number of results to return. Returns: Returns this cursor. Exception: Throws MongoCursorException if this cursor has started iterating.

Imagick::blurImage

(PECL imagick 2.0.0) Adds blur filter to image bool Imagick::blurImage ( float $radius, float $sigma [, int $channel ] ) Adds blur filter to image. Optional third parameter to blur a specific channel. Parameters: radius Blur radius sigma Standard deviation channel The Channeltype constant. When not su

fann_init_weights

(PECL fann >= 1.0.0) Initialize the weights using Widrow + Nguyen’s algorithm bool fann_init_weights ( resource $ann, resource $train_data ) Initialize the weights using Widrow + Nguyen’s algorithm. This function behaves similarly to fann_randomize_weights(). It will use the algorithm developed by Derrick Nguyen and Bernard Widrow to set the weights in such a way as to speed up training. This technique is not always suc

Imagick::matteFloodfillImage

(PECL imagick 2.0.0) Changes the transparency value of a color bool Imagick::matteFloodfillImage ( float $alpha, float $fuzz, mixed $bordercolor, int $x, int $y ) Changes the transparency value of any pixel that matches target and is an immediate neighbor. If the method FillToBorderMethod is specified, the transparency value is changed for any neighbor pixel that does not match the bordercolor member of image.

Imagick::getImageClipMask

(No version information available, might only be in Git) Gets image clip mask Imagick Imagick::getImageClipMask ( void ) Returns the image clip mask. The clip mask is an Imagick object containing the clip mask. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Returns: Returns an Imagick object containing the clip mask. Except

SNMP::get

(PHP 5 >= 5.4.0, PHP 7) Fetch an SNMP object public mixed SNMP::get ( mixed $object_id [, bool $preserve_keys = false ] ) Fetch an SNMP object specified in object_id using GET query. Parameters: object_id The SNMP object (OID) or objects preserve_keys When object_id is a array and preserve_keys set to TRUE keys in results will be ta

gzrewind

(PHP 4, PHP 5, PHP 7) Rewind the position of a gz-file pointer bool gzrewind ( resource $zp ) Sets the file position indicator of the given gz-file pointer to the beginning of the file stream. Parameters: zp The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen(). Returns: Returns TRUE on success or FALSE o

Yaf_Loader::clearLocalNamespace

(Yaf >=1.0.0) The clearLocalNamespace purpose public void Yaf_Loader::clearLocalNamespace ( void ) Returns: This function is currently not documented; only its argument list is available.