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_statement_type

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns the type of a statement string oci_statement_type ( resource $statement ) Returns a keyword identifying the type of the OCI8 statement. Parameters: statement A valid OCI8 statement identifier from oci_parse(). Returns: Returns the type of statement as one of the following strings. Statement type Retu

hw_api::setcommittedversion

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Commits version other than last version hw_api_object hw_api::setcommittedversion ( array $parameter ) Commits a version of a document. The committed version is the one which is visible to users with read access. By default the last version is the committed version. Parameters: parameter Commits a version of a document. The commi

Gmagick::gammaimage

(PECL gmagick >= Unknown) Gamma-corrects an image public Gmagick Gmagick::gammaimage ( float $gamma ) Gamma-corrects an image. The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen. Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter. Values typically range from 0.8 to 2.3.

EventHttpRequest::sendReplyChunk

(PECL event >= 1.4.0-beta) Send another data chunk as part of an ongoing chunked reply public void EventHttpRequest::sendReplyChunk ( EventBuffer $buf ) Send another data chunk as part of an ongoing chunked reply. After calling this method buf will be empty. Parameters: buf The data chunk to send as part of the reply. Returns: No value is re

Array Operators

Examples: The + operator returns the right-hand array appended to the left-hand array; for keys that exist in both arrays, the elements from the left-hand array will be used, and the matching elements from the right-hand array will be ignored. <?php $a = array("a" => "apple", "b" => "banana"); $b = array("a" => "pear", "b" => "strawberry", "c" => "cherry"); $c = $a + $b; // Union of $a and $b echo "Union of \$a and \$b: \n"; var_dump($c); $c = $

CachingIterator::hasNext

(PHP 5, PHP 7) Check whether the inner iterator has a valid next element public void CachingIterator::hasNext ( void ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

stats_cdf_laplace

(PECL stats >= 1.0.0) Not documented float stats_cdf_laplace ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns: This function is currently not documented; only its arg

dbplus_setindexbynumber

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Set index by number int dbplus_setindexbynumber ( resource $relation, int $idx_number ) Parameters: relation A relation opened by dbplus_open(). idx_number A relation opened by dbplus_open(). Returns: This function is currently not docu

ingres_fetch_proc_return

(PECL ingres >= 1.4.0) Get the return value from a procedure call int ingres_fetch_proc_return ( resource $result ) This function is used to retrieve the return value following the execution of an Ingres database procedure (stored procedure). Note: If used with a row-producing procedure, this function should be called after all the rows from the procedure have been fetched using ingres_fetch_array(), ingres_fetch_obje