Imagick::deleteImageProperty

(No version information available, might only be in Git) Description public void Imagick::deleteImageProperty ( string $name ) Deletes an image property. Parameters: name The name of the property to delete. Returns:

GearmanClient::setWarningCallback

(PECL gearman >= 0.5.0) Set a callback for worker warnings public bool GearmanClient::setWarningCallback ( callable $callback ) Sets a function to be called when a worker sends a warning. The callback should accept a single argument, a GearmanTask object. Parameters: callback A function to call Returns: Returns TRUE on success or FALSE on fail

Judy::first

(PECL judy >= 0.1.1) Search for the first index in the Judy array public mixed Judy::first ([ mixed $index ] ) Search (inclusive) for the first index present that is equal to or greater than the passed Index. Parameters: index The index can be an integer or a string corresponding to the index where to start the search. Returns: Return the corr

trader_cmo

(PECL trader >= 0.2.0) Chande Momentum Oscillator array trader_cmo ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

Yaf_Response_Abstract::prependBody

(Yaf >=1.0.0) The prependBody purpose public bool Yaf_Response_Abstract::prependBody ( string $content [, string $key ] ) prepend a content to a exists content block Parameters: body content string key the content key, you can set a content with a key, if you don't specific, then Yaf_Response_Abstract::DEFAULT_BODY will be used Not

SplObjectStorage::rewind

(PHP 5 >= 5.1.0, PHP 7) Rewind the iterator to the first storage element public void SplObjectStorage::rewind ( void ) Rewind the iterator to the first storage element. Returns: No value is returned. Examples: SplObjectStorage::rewind() example <?php $s = new SplObjectStorage(); $o1 = new StdClass; $o2 = new StdCl

filter_list

(PHP 5 >= 5.2.0, PHP 7) Returns a list of all supported filters array filter_list ( void ) Returns: Returns an array of names of all supported filters, empty array if there are no such filters. Indexes of this array are not filter IDs, they can be obtained with filter_id() from a name instead. Examples: A filter_list() example

Imagick::adaptiveThresholdImage

(PECL imagick 2.0.0) Selects a threshold for each pixel based on a range of intensity bool Imagick::adaptiveThresholdImage ( int $width, int $height, int $offset ) Selects an individual threshold for each pixel based on the range of intensity values in its local neighborhood. This allows for thresholding of an image whose global intensity histogram doesn't contain distinctive peaks. Parameters:

XSLTProcessor::transformToUri

(PHP 5, PHP 7) Transform to URI int XSLTProcessor::transformToURI ( DOMDocument $doc, string $uri ) Transforms the source node to an URI applying the stylesheet given by the XSLTProcessor::importStylesheet() method. Parameters: doc The document to transform. uri The target URI for the transformation. Returns: R

IntlCalendar::getLeastMaximum

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the smallest local maximum for a field public int IntlCalendar::getLeastMaximum ( int $field ) Object oriented style Procedural style int intlcal_get_least_maximum ( IntlCalendar $cal , int $field ) Returns the smallest local maximumw for a field. This should be a value smaller or equal to that returned by IntlCalendar::getActualMaxmimum(), which is in its turn smaller or equal