odbc_free_result

(PHP 4, PHP 5, PHP 7) Free resources associated with a result bool odbc_free_result ( resource $result_id ) Free resources associated with a result. odbc_free_result() only needs to be called if you are worried about using too much memory while your script is running. All result memory will automatically be freed when the script is finished. Parameters: result_id The re

stripslashes

(PHP 4, PHP 5, PHP 7) Un-quotes a quoted string string stripslashes ( string $str ) Un-quotes a quoted string. Note: If magic_quotes_sybase is on, no backslashes are stripped off but two apostrophes are replaced by one instead. An example use of stripslashes() is when the PHP directive magic_quotes_gpc is on (it was on by default before PHP 5.4), and you aren't inserting this data into a place (such as a database) tha

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.

SolrIllegalArgumentException::getInternalInfo

(PECL solr >= 0.9.2) Returns internal information where the Exception was thrown public array SolrIllegalArgumentException::getInternalInfo ( void ) Returns internal information where the Exception was thrown. Returns: Returns an array containing internal information where the error was thrown. Used only for debugging by extension developers. This function i

oci_free_statement

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Frees all resources associated with statement or cursor bool oci_free_statement ( resource $statement ) Frees resources associated with Oracle's cursor or statement, which was received from as a result of oci_parse() or obtained from Oracle. Parameters: statement A valid OCI statement identifier. Returns: Ret

newt_scrollbar_set

(PECL newt >= 0.1) void newt_scrollbar_set ( resource $scrollbar, int $where, int $total ) Parameters: scrollbar where total Returns: No value is returned. This function is currently not documented; only its argument list is available.

CachingIterator::setFlags

(PHP 5 >= 5.2.0, PHP 7) The setFlags purpose public void CachingIterator::setFlags ( int $flags ) Set the flags for the CachingIterator object. Parameters: flags Bitmask of the flags to set. Returns: No value is returned. This function is currently not documented; only its argument list is available.

openssl_private_decrypt

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Decrypts data with private key bool openssl_private_decrypt ( string $data, string &$decrypted, mixed $key [, int $padding = OPENSSL_PKCS1_PADDING ] ) openssl_private_decrypt() decrypts data that was previous encrypted via openssl_public_encrypt() and stores the result into decrypted. You can use this function e.g. to decrypt data which were supposed only to you. Par

Event::__construct

(PECL event >= 1.2.6-beta) Constructs Event object public Event::__construct ( EventBase $base , mixed $fd , int $what , callable $cb [, mixed $arg = NULL ] ) Constructs Event object. Parameters: base The event base to associate with. fd stream resource, socket resource, or numeric file descriptor. For timer events pass -1 . For si

gettimeofday

(PHP 4, PHP 5, PHP 7) Get current time mixed gettimeofday ([ bool $return_float = false ] ) This is an interface to gettimeofday(2). It returns an associative array containing the data returned from the system call. Parameters: return_float When set to TRUE, a float instead of an array is returned. Returns: By default an array is returned. If re