imap_fetchmime

(PHP 5, PHP 7 >= 5.3.6) Fetch MIME headers for a particular section of the message string imap_fetchmime ( resource $imap_stream, int $msg_number, string $section [, int $options = 0 ] ) Fetch the MIME headers of a particular section of the body of the specified messages. Parameters: imap_stream An IMAP stream returned by imap_open(). msg_number

oci_define_by_name

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Associates a PHP variable with a column for query fetches bool oci_define_by_name ( resource $statement, string $column_name, mixed &$variable [, int $type = SQLT_CHR ] ) Associates a PHP variable with a column for query fetches using oci_fetch(). The oci_define_by_name() call must occur before executing oci_execute(). Parameters: statement

ReflectionClass::setStaticPropertyValue

(PHP 5 >= 5.1.0, PHP 7) Sets static property value public void ReflectionClass::setStaticPropertyValue ( string $name, string $value ) Sets static property value. Parameters: name Property name. value New property value. Returns: No value is returned. This function is cu

Mongo::setSlaveOkay

(PECL mongo >=1.1.0) Change slaveOkay setting for this connection public bool Mongo::setSlaveOkay ([ bool $ok = true ] ) See the query section of this manual for information on distributing reads to secondaries. Parameters: ok If reads should be sent to secondary members of a replica set for all possible queries using this MongoClient instance. Ret

output_reset_rewrite_vars

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Reset URL rewriter values bool output_reset_rewrite_vars ( void ) This function resets the URL rewriter and removes all rewrite variables previously set by the output_add_rewrite_var() function or the session mechanism (if session.use_trans_sid was set on session_start()). Returns: Returns TRUE on success or FALSE on failure.

restore_include_path

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Restores the value of the include_path configuration option void restore_include_path ( void ) Restores the include_path configuration option back to its original master value as set in php.ini Returns: No value is returned. Examples: restore_include_path() example <?php echo get_inc

MongoCommandCursor::key

(PECL mongo >=1.5.0) Returns the current result's index within the result set public int MongoCommandCursor::key ( void ) Returns: The current result's index within the result set. See also: Iterator::key() -

SolrDocument::getInputDocument

(PECL solr >= 0.9.2) Returns a SolrInputDocument equivalent of the object public SolrInputDocument SolrDocument::getInputDocument ( void ) Returns a SolrInputDocument equivalent of the object. This is useful if one wishes to resubmit/update a document retrieved from a query. Returns: Returns a SolrInputDocument on success and NULL on failure.

EventUtil::getSocketName

(PECL event >= 1.5.0) Retreives the current address to which the socket is bound. public static bool EventUtil::getSocketName ( mixed $socket , string &$address [, mixed &$port ] ) Retreives the current address to which the socket is bound. Parameters: socket Socket resource, stream or a file descriptor of a socket. address

SplObjectStorage::valid

(PHP 5 >= 5.1.0, PHP 7) Returns if the current iterator entry is valid public bool SplObjectStorage::valid ( void ) Returns if the current iterator entry is valid. Returns: Returns TRUE if the iterator entry is valid, FALSE otherwise. Examples: SplObjectStorage::valid() example <?php $s = new SplObjectStorage(); $o