cyrus_bind

(PHP 4 >= 4.1.0, PECL cyrus 1.0) Bind callbacks to a Cyrus IMAP connection bool cyrus_bind ( resource $connection, array $callbacks ) Binds callbacks to a Cyrus IMAP connection. Parameters: connection The connection handle. callbacks An array of callbacks. Returns: Returns TRUE on success or FALSE on failure

SolrQuery::setMltCount

(PECL solr >= 0.9.2) Set the number of similar documents to return for each result public SolrQuery SolrQuery::setMltCount ( int $count ) Set the number of similar documents to return for each result Parameters: count The number of similar documents to return for each result Returns: Returns the current SolrQuery object, if the return value is

ncurses_slk_color

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sets color for soft label keys int ncurses_slk_color ( int $intarg ) Parameters: intarg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be

radius_close

(PECL radius >= 1.1.0) Frees all ressources bool radius_close ( resource $radius_handle ) It is not needed to call this function because php frees all resources at the end of each request. Returns: Returns TRUE on success or FALSE on failure.

SWFDisplayItem::endMask

(PHP 5 <= 5.3.0, PECL ming SVN) Another way of defining a MASK layer void SWFDisplayItem::endMask ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

Phar::getSignature

(PHP >= 5.3.0, PECL phar >= 1.0.0) Return MD5/SHA1/SHA256/SHA512/OpenSSL signature of a Phar archive public array Phar::getSignature ( void ) Returns the verification signature of a phar archive in a hexadecimal string. Returns: Array with the opened archive's signature in hash key and MD5, SHA-1, SHA-256, SHA-512, or OpenSSL in hash_type. This signature is a hash calculated on the entire ph

gmp_mod

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Modulo operation GMP gmp_mod ( GMP $n, GMP $d ) Calculates n modulo d. The result is always non-negative, the sign of d is ignored. Parameters: n Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. d

newt_centered_window

(PECL newt >= 0.1) Open a centered window of the specified size int newt_centered_window ( int $width, int $height [, string $title ] ) Open a centered window of the specified size. Parameters: width Window width height Window height title Window title Returns: Undefined val

MongoCollection::getWriteConcern

(PECL mongo >=1.5.0) Get the write concern for this collection public array MongoCollection::getWriteConcern ( void ) Returns: This function returns an array describing the write concern. The array contains the values w for an integer acknowledgement level or string mode, and wtimeout denoting the maximum number of milliseconds to wait for the server to satisfy the write concern.

newt_checkbox_tree_set_entry

(PECL newt >= 0.1) void newt_checkbox_tree_set_entry ( resource $checkboxtree, mixed $data, string $text ) Parameters: checkboxtree data text Returns: No value is returned. This function is currently not documented; only its argument list is available.