Yaf_Request_Simple::__clone

(Yaf >=1.0.0) The __clone purpose private void Yaf_Request_Simple::__clone ( void ) Returns: This function is currently not documented; only its argument list is available.

GearmanJob::returnCode

(PECL gearman >= 0.5.0) Get last return code public int GearmanJob::returnCode ( void ) Returns the last return code issued by the job server. Returns: A valid Gearman return code. See also: GearmanTask::returnCode() -

Cond::broadcast

(PECL pthreads >= 2.0.0) Broadcast a Condition final public static boolean Cond::broadcast ( long $condition ) Broadcast to all Threads blocking on a call to Cond::wait(). Parameters: condition A handle to a Condition Variable returned by a previous call to Cond::create() Returns: A boolean indication of success.

cubrid_lob_size

(PECL CUBRID >= 8.3.1) Get BLOB/CLOB data size string cubrid_lob_size ( resource $lob_identifier ) cubrid_lob_size() is used to get BLOB/CLOB data size. Parameters: lob_identifier LOB identifier. Returns: A string representing LOB data size, when process is successful. FALSE, when process is unsuccessful. Change

CairoSurfacePattern::getExtend

(PECL cairo >= 0.1.0) The getExtend purpose public int CairoSurfacePattern::getExtend ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoSurfacePattern::getExtend() example

ImagickDraw::getStrokeLineJoin

(PECL imagick 2.0.0) Returns the shape to be used at the corners of paths when they are stroked int ImagickDraw::getStrokeLineJoin ( void ) Returns the shape to be used at the corners of paths (or other vector shapes) when they are stroked. Returns: Returns one of the LINEJOIN_ constants or 0 if stroke line join is not set. This function is currently not docume

ZipArchive::close

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Close the active archive (opened or newly created) bool ZipArchive::close ( void ) Close opened or created archive and save changes. This method is automatically called at the end of the script. Returns: Returns TRUE on success or FALSE on failure.

MongoCommandCursor::valid

(PECL mongo >=1.5.0) Checks if the cursor is reading a valid result. public bool MongoCommandCursor::valid ( void ) Returns: TRUE if the current result is not null, and FALSE otherwise. See also: Iterator::valid() -

stats_rand_gen_ibinomial_negative

(PECL stats >= 1.0.0) Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n > 0), p - the probability of an event (0 < p < 1)). int stats_rand_gen_ibinomial_negative ( int $n, float $p ) Parameters: n

SplDoublyLinkedList::count

(PHP 5 >= 5.3.0, PHP 7) Counts the number of elements in the doubly linked list. public int SplDoublyLinkedList::count ( void ) Returns: Returns the number of elements in the doubly linked list.