QuickHashIntHash::set

(PECL quickhash >= Unknown) This method updates an entry in the hash with a new value, or adds a new one if the entry doesn't exist public bool QuickHashIntHash::set ( int $key, int $value ) This method tries to update an entry with a new value. In case the entry did not yet exist, it will instead add a new entry. It returns whether the entry was added or update. If there are duplicate keys, only the first found element w

enchant_broker_request_dict

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) create a new dictionary using a tag resource enchant_broker_request_dict ( resource $broker, string $tag ) create a new dictionary using tag, the non-empty language tag you wish to request a dictionary for ("en_US", "de_DE", ...) Parameters: broker Broker resource tag A tag describin

readlink

(PHP 4, PHP 5, PHP 7) Returns the target of a symbolic link string readlink ( string $path ) readlink() does the same as the readlink C function. Parameters: path The symbolic link path. Returns: Returns the contents of the symbolic link path or FALSE on error. Changelog: 5.3.0 This functio

Iterator::valid

(PHP 5 >= 5.0.0, PHP 7) Checks if current position is valid abstract public boolean Iterator::valid ( void ) This method is called after Iterator::rewind() and Iterator::next() to check if the current position is valid. Returns: The return value will be casted to boolean and then evaluated. Returns TRUE on success or FALSE on failure.

trader_mom

(PECL trader >= 0.2.0) Momentum array trader_mom ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

MongoCode::__construct

(PECL mongo >= 0.8.3) Creates a new code object public MongoCode::__construct ( string $code [, array $scope = array() ] ) Parameters: code A string of code. scope The scope to use for the code. Returns: Returns a new code object. Examples: MongoC

EventBuffer::readLine

(PECL event >= 1.2.6-beta) Extracts a line from the front of the buffer public string EventBuffer::readLine ( int $eol_style ) Extracts a line from the front of the buffer and returns it in a newly allocated string. If there is not a whole line to read, the function returns NULL. The line terminator is not included in the copied string. Parameters: eol_style One of Ev

yp_errno

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5) Returns the error code of the previous operation int yp_errno ( void ) Returns the error code of the previous operation. Returns: Returns one of the YPERR_XXX error constants. See also: yp_err_string() -

imap_scan

(PHP 4, PHP 5, PHP 7) Alias of imap_listscan() This function is an alias of: imap_listscan().

mt_srand

(PHP 4, PHP 5, PHP 7) Seed the better random number generator void mt_srand ([ int $seed ] ) Seeds the random number generator with seed or with a random value if no seed is given. Note: There is no need to seed the random number generator with srand() or mt_srand() as this is done automatically. Parameters: seed An optional seed value Returns: