mcrypt_generic_deinit

(PHP 4 >= 4.0.7, PHP 5, PHP 7) This function deinitializes an encryption module bool mcrypt_generic_deinit ( resource $td ) This function terminates encryption specified by the encryption descriptor (td). It clears all buffers, but does not close the module. You need to call mcrypt_module_close() yourself. (But PHP does this for you at the end of the script.) Parameters: td

mqseries_connx

(PECL mqseries >= 0.10.0) MQSeries MQCONNX void mqseries_connx ( string $qManagerName, array &$connOptions, resource &$hconn, resource &$compCode, resource &$reason ) The mqseries_connx() (MQCONNX) call connects an application program to a queue manager. It provides a queue manager connection handle, which is used by the application on subsequent MQ calls. Parameters:

imap_gc

(PHP 5, PHP 7 >= 5.3.0) Clears IMAP cache bool imap_gc ( resource $imap_stream, int $caches ) Purges the cache of entries of a specific type. Parameters: imap_stream An IMAP stream returned by imap_open(). caches Specifies the cache to purge. It may one or a combination of the following constants: IMAP_GC_ELT (message cache elements),

session_encode

(PHP 4, PHP 5, PHP 7) Encodes the current session data as a session encoded string string session_encode ( void ) session_encode() returns a serialized string of the contents of the current session data stored in the $_SESSION superglobal. Please note, the serialization method is not the same as serialize(). The serialization method is internal to PHP and can be set using session.serialize_handler. Re

fann_set_train_stop_function

(PECL fann >= 1.0.0) Sets the stop function used during training bool fann_set_train_stop_function ( resource $ann, int $stop_function ) Sets the stop function used during training. The stop functions are described further in stop functions constants. Parameters: ann Neural network resource. stop_function The stop function constant.

ps_add_bookmark

(PECL ps >= 1.1.0) Add bookmark to current page int ps_add_bookmark ( resource $psdoc, string $text [, int $parent = 0 [, int $open = 0 ]] ) Adds a bookmark for the current page. Bookmarks usually appear in PDF-Viewers left of the page in a hierarchical tree. Clicking on a bookmark will jump to the given page. The note will not be visible if the document is printed or viewed but it will show up if the document is conve

MongoDB::getSlaveOkay

(PECL mongo >=1.1.0) Get slaveOkay setting for this database public bool MongoDB::getSlaveOkay ( void ) See the query section of this manual for information on distributing reads to secondaries. Returns: Returns the value of slaveOkay for this instance. Changelog: 1.2.11 Emits E_DEPRECATED when used.

hash

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) Generate a hash value (message digest) string hash ( string $algo, string $data [, bool $raw_output = false ] ) Parameters: algo Name of selected hashing algorithm (e.g. "md5", "sha256", "haval160,4", etc..) data Message to be hashed. raw_output When set

Memcached::getServerList

(PECL memcached >= 0.1.0) Get the list of the servers in the pool public array Memcached::getServerList ( void ) Memcached::getServerList() returns the list of all servers that are in its server pool. Returns: The list of all servers in the server pool. Examples: Memcached::getServerList() example <?php $m = new Mem

dio_stat

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7) Gets stat information about the file descriptor fd array dio_stat ( resource $fd ) dio_stat() returns information about the given file descriptor. Parameters: fd The file descriptor returned by dio_open(). Returns: Returns an associative array with the following keys: "device" - device "inode