curl_multi_add_handle

(PHP 5, PHP 7) Add a normal cURL handle to a cURL multi handle int curl_multi_add_handle ( resource $mh, resource $ch ) Adds the ch handle to the multi handle mh Parameters: mh A cURL multi handle returned by curl_multi_init(). ch A cURL handle returned by curl_init(). Returns: Returns 0 on success, or one of the C

ociserverversion

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_server_version() Alias of oci_server_version() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

RarEntry::isEncrypted

(PECL rar >= 2.0.0) Test whether an entry is encrypted public bool RarEntry::isEncrypted ( void ) Tests whether the current entry contents are encrypted. Note: The password used may differ between files inside the same RAR archive. Returns: Returns TRUE if the current entry is encrypted and FALSE otherwise.

MongoWriteBatch::add

(PECL mongo >= 1.5.0) Adds a write operation to a batch public bool MongoWriteBatch::add ( array $item ) Adds a write operation to the batch. If $item causes the batch to exceed the » maxWriteBatchSize or » maxBsonObjectSize limits, the driver will internally split the batches into multiple write commands upon calling MongoWriteBatch::execute(). Parameters: item An a

wincache_ucache_set

(PECL wincache >= 1.1.0) Adds a variable in user cache and overwrites a variable if it already exists in the cache bool wincache_ucache_set ( mixed $key, mixed $value [, int $ttl = 0 ] ) bool wincache_ucache_set ( array $values [, mixed $unused = NULL [, int $ttl = 0 ]] ) Adds a variable in user cache. Overwrites a variable if it already exists in the cache. The added or updated variable remains in the user cache unle

ksort

(PHP 4, PHP 5, PHP 7) Sort an array by key bool ksort ( array &$array [, int $sort_flags = SORT_REGULAR ] ) Sorts an array by key, maintaining key to data correlations. This is useful mainly for associative arrays. Parameters: array The input array. sort_flags You may modify the behavior of the sort using the optional parameter sor

newt_set_suspend_callback

(PECL newt >= 0.1) Set a callback function which gets invoked when user presses the suspend key void newt_set_suspend_callback ( callable $function, mixed $data ) Set a callback function which gets invoked when user presses the suspend key (normally ^Z). If no suspend callback is registered, the suspend keystroke is ignored. Parameters: function A callback function, w

TokyoTyrantTable::out

(PECL tokyo_tyrant >= 0.1.0) Remove records public void TokyoTyrantTable::out ( mixed $keys ) Removes records from a table database. Parameters: keys A single integer key or an array of integers Returns: This method returns the current object and throws TokyoTyrantException on failure. Example

udm_free_agent

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Free mnoGoSearch session int udm_free_agent ( resource $agent ) Freeing up memory allocated for agent session. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: Returns TRUE on success or FALSE on failure.

hw_api_reason::description

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns description of reason string hw_api_reason::description ( void ) Returns the description of a reason Returns: Returns the description, as a string.