dbx_sort

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0) Sort a result from a dbx_query by a custom sort function bool dbx_sort ( object $result, string $user_compare_function ) Sort a result from a dbx_query() call with a custom sort function. Parameters: result A result set returned by dbx_query(). user_compare_function The user

GearmanClient::returnCode

(PECL gearman >= 0.5.0) Get the last Gearman return code public int GearmanClient::returnCode ( void ) Returns the last Gearman return code. Returns: A valid Gearman return code.

PDF_set_border_dash

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Set border dash style of annotations [deprecated] bool PDF_set_border_dash ( resource $pdfdoc, float $black, float $white ) Sets the border dash style for all kinds of annotations. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use the option dasharray in PDF_create_annotation() instead.

fann_get_num_layers

(PECL fann >= 1.0.0) Get the number of layers in the neural network int fann_get_num_layers ( resource $ann ) Get the number of layers in the neural network. Parameters: ann Neural network resource. Returns: The number of leayers in the neural network, or FALSE on error.

Yaf_Config_Abstract::set

(Yaf >=1.0.0) Setter abstract public Yaf_Config_Abstract Yaf_Config_Abstract::set ( void ) Returns: This function is currently not documented; only its argument list is available.

trader_cdl3blackcrows

(PECL trader >= 0.2.0) Three Black Crows array trader_cdl3blackcrows ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closi

xattr_list

(PECL xattr >= 0.9.0) Get a list of extended attributes array xattr_list ( string $filename [, int $flags = 0 ] ) This functions gets a list of names of extended attributes of a file. Extended attributes have two different namespaces: user and root. The user namespace is available to all users, while the root namespace is available only to users with root privileges. xattr operates on the user namespace by default, bu

ZipArchive::setPassword

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) Set the password for the active archive public bool ZipArchive::setPassword ( string $password ) Sets the password for the active archive. Parameters: password The password to be used for the archive. Returns: Returns TRUE on success or FALSE on failure. Notes:

xattr_supported

(PECL xattr >= 1.0.0) Check if filesystem supports extended attributes bool xattr_supported ( string $filename [, int $flags = 0 ] ) This functions checks if the filesystem holding the given file supports extended attributes. Read access to the file is required. Parameters: filename The path of the tested file. flags Supported xatt

curl_multi_init

(PHP 5, PHP 7) Returns a new cURL multi handle resource curl_multi_init ( void ) Allows the processing of multiple cURL handles asynchronously. Returns: Returns a cURL multi handle resource on success, FALSE on failure. Examples: curl_multi_init() example This example will create two cURL handles, add them to a multi handl