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.

variant_pow

(PHP 5, PHP 7) Returns the result of performing the power function with two variants mixed variant_pow ( mixed $left, mixed $right ) Returns the result of left to the power of right. Parameters: left The left operand. right The right operand. Returns: Returns the result of left to the power of right.

imap_base64

(PHP 4, PHP 5, PHP 7) Decode BASE64 encoded text string imap_base64 ( string $text ) Decodes the given BASE-64 encoded text. Parameters: text The encoded text Returns: Returns the decoded message as a string. See also: imap_binary() -

EventBuffer::appendFrom

(PECL event >= 1.6.0) Moves the specified number of bytes from a source buffer to the end of the current buffer public int EventBuffer::appendFrom ( EventBuffer $buf , int $len ) Moves the specified number of bytes from a source buffer to the end of the current buffer. If there are fewer number of bytes, it moves all the bytes available from the source buffer. Parameters: buf

SolrIllegalOperationException::getInternalInfo

(PECL solr >= 0.9.2) Returns internal information where the Exception was thrown public array SolrIllegalOperationException::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

pcntl_wifstopped

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Checks whether the child process is currently stopped bool pcntl_wifstopped ( int $status ) Checks whether the child process which caused the return is currently stopped; this is only possible if the call to pcntl_waitpid() was done using the option WUNTRACED. Parameters: status The status parameter is the status parameter supplied to a su

Collator::sort

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Sort array using specified collator public bool Collator::sort ( array &$arr [, int $sort_flag ] ) Object oriented style Procedural style bool collator_sort ( Collator $coll , array &$arr [, int $sort_flag ] ) This function sorts an array according to current locale rules. Equivalent to standard PHP sort() . Parameters: co

sinh

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Hyperbolic sine float sinh ( float $arg ) Returns the hyperbolic sine of arg, defined as (exp(arg) - exp(-arg))/2. Parameters: arg The argument to process Returns: The hyperbolic sine of arg See also: sin() -

Gmagick::setimageblueprimary

(PECL gmagick >= Unknown) Sets the image chromaticity blue primary point. public Gmagick Gmagick::setimageblueprimary ( float $x, float $y ) Sets the image chromaticity blue primary point. Parameters: x The blue primary x-point. y The blue primary y-point. Returns: The Gmagick object on success

Gmagick::getimageprofile

(PECL gmagick >= Unknown) Returns the named image profile. public string Gmagick::getimageprofile ( string $name ) Returns the named image profile. Returns: Returns a string containing the image profile. Exception: Throws an GmagickException on error.