GearmanClient::addTaskBackground

(PECL gearman >= 0.5.0) Add a background task to be run in parallel public GearmanTask GearmanClient::addTaskBackground ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a background task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Parameters:

px_get_value

(PECL paradox >= 1.1.0) Gets a value float px_get_value ( resource $pxdoc, string $name ) Gets various values. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). name name can be one of the following. Returns: Returns the value of the parameter or FALSE on failure.

SolrDisMaxQuery::setPhraseFields

(No version information available, might only be in Git) Sets Phrase Fields and their boosts (and slops) using pf2 parameter public SolrDisMaxQuery SolrDisMaxQuery::setPhraseFields ( string $fields ) Sets Phrase Fields (pf) and their boosts (and slops) Parameters: fields Fields, boosts [, slops] Returns: SolrDisMaxQuery

ArrayObject::natsort

(PHP 5 >= 5.2.0, PHP 7) Sort entries using a "natural order" algorithm public void ArrayObject::natsort ( void ) This method implements a sort algorithm that orders alphanumeric strings in the way a human being would while maintaining key/value associations. This is described as a "natural ordering". An example of the difference between this algorithm and the regular computer string sorting algorithms (used in ArrayObjec

connection_status

(PHP 4, PHP 5, PHP 7) Returns connection status bitfield int connection_status ( void ) Gets the connection status bitfield. Returns: Returns the connection status bitfield, which can be used against the CONNECTION_XXX constants to determine the connection status. See also: connection_aborted() -

EvWatcher::setCallback

(PECL ev >= 0.2.0) Sets new callback for the watcher public void EvWatcher::setCallback ( callable $callback ) Sets new callback for the watcher Parameters: callback See Watcher callbacks . Returns: No value is returned.

Yaf_Session::offsetGet

(Yaf >=1.0.0) The offsetGet purpose public void Yaf_Session::offsetGet ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

Phar::compressAllFilesBZIP2

(PHP >= 5.3.0, PECL phar >= 1.0.0) Compresses all files in the current Phar archive using Bzip2 compression public bool Phar::compressAllFilesBZIP2 ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using Phar::compress(), Phar::decompress(), Phar::compressFiles() and Phar::decompressFiles(). Note: This method requires the php.ini setti

ifx_textasvarchar

(PHP 4, PHP <=5.2.0) Set the default text mode bool ifx_textasvarchar ( int $mode ) Sets the default text mode for all select-queries. Parameters: mode Mode "0" will return a blob id, and mode "1" will return a varchar with text content. Returns: Returns TRUE on success or FALSE on failure.

Gmagick::trimimage

(PECL gmagick >= Unknown) Remove edges from the image public Gmagick Gmagick::trimimage ( float $fuzz ) Remove edges that are the background color from the image. Parameters: fuzz By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptabl