GearmanClient::setStatusCallback

(PECL gearman >= 0.5.0) Set a callback for collecting task status public bool GearmanClient::setStatusCallback ( callable $callback ) Sets a callback function used for getting updated status information from a worker. The function should accept a single argument, a GearmanTask object. Parameters: callback A function to call Returns: Returns TR

HRTime\PerformanceCounter::isRunning

(PECL hrtime >= 0.4.3) Whether the measurement is running. public bool HRTime\PerformanceCounter::isRunning ( void ) Reveals whether the measurement was started. Returns: Returns boolean indicating whetehr the measurement is running.

IntlChar::enumCharTypes

(PHP 7) Enumerate all code points with their Unicode general categories public static void IntlChar::enumCharTypes ( callable $callback ) Enumerates efficiently all code points with their Unicode general categories. This is useful for building data structures, for enumerating all assigned code points, etc. For each contiguous range of code points with a given general category ("character type"), the callback function is c

IntlChar::getNumericValue

(PHP 7) Get the numeric value for a Unicode code point public static float IntlChar::getNumericValue ( mixed $codepoint ) Gets the numeric value for a Unicode code point as defined in the Unicode Character Database. For characters without any numeric values in the Unicode Character Database, this function will return float(-123456789). Parameters: codepoint The integer c

posix_setsid

(PHP 4, PHP 5, PHP 7) Make the current process a session leader int posix_setsid ( void ) Make the current process a session leader. Returns: Returns the session id, or -1 on errors.

ifx_update_blob

(PHP 4, PHP <=5.2.0) Updates the content of the blob object bool ifx_update_blob ( int $bid, string $content ) Updates the content of the blob object for the given blob object bid. Parameters: bid A BLOB object identifier. content The new data, as a string. Returns: Returns TRUE on success or FALSE on failur

IntlCalendar::getLocale

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the locale associated with the object public string IntlCalendar::getLocale ( int $localeType ) Object oriented style Procedural style string intlcal_get_locale ( IntlCalendar $cal , int $localeType ) Returns the locale used by this calendar object. Parameters: cal The IntlCalendar resource. localeType

ImagickPixelIterator::destroy

(PECL imagick 2.0.0) Deallocates resources associated with a PixelIterator bool ImagickPixelIterator::destroy ( void ) Deallocates resources associated with a PixelIterator. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

array_udiff_uassoc

(PHP 5, PHP 7) Computes the difference of arrays with additional index check, compares data and indexes by a callback function array array_udiff_uassoc ( array $array1, array $array2 [, array $... ], callable $value_compare_func, callable $key_compare_func ) Computes the difference of arrays with additional index check, compares data and indexes by a callback function. Note that the keys are used in the comparison unlike a

enchant_broker_request_pwl_dict

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) creates a dictionary using a PWL file resource enchant_broker_request_pwl_dict ( resource $broker, string $filename ) Creates a dictionary using a PWL file. A PWL file is personal word file one word per line. Parameters: broker Broker resource filename Path to the PWL file. If there