Judy::memoryUsage

(PECL judy >= 0.1.1) Return the memory used by the Judy array public int Judy::memoryUsage ( void ) Return the memory used by the Judy array. Returns: Return the memory used in bytes.

ocinlogon

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_new_connect() Alias of oci_new_connect() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

PDF_setlinejoin

(PHP 4, PECL pdflib >= 1.0.0) Set linejoin parameter bool PDF_setlinejoin ( resource $p, int $value ) Sets the linejoin parameter to specify the shape at the corners of paths that are stroked. Returns TRUE on success or FALSE on failure.

Yaf_Registry::get

(Yaf >=1.0.0) Retrieve an item from registry public static mixed Yaf_Registry::get ( string $name ) Retrieve an item from registry Parameters: name Retrieve an item from registry Returns:

MongoGridFSFile::getFilename

(PECL mongo >=0.9.0) Returns this file's filename public string MongoGridFSFile::getFilename ( void ) Returns: Returns the filename.

SplQueue::dequeue

(PHP 5 >= 5.3.0, PHP 7) Dequeues a node from the queue mixed SplQueue::dequeue ( void ) Dequeues value from the top of the queue. Note: SplQueue::dequeue() is an alias of SplDoublyLinkedList::shift(). Returns: The value of the dequeued node.

CachingIterator::getInnerIterator

(PHP 5, PHP 7) Returns the inner iterator public Iterator CachingIterator::getInnerIterator ( void ) Returns the iterator sent to the constructor. Returns: Returns an object implementing the Iterator interface. This function is currently not documented; only its argument list is available.

KTaglib_Tag::isEmpty

(0.0.1) Returns true if the tag is empty public bool KTaglib_Tag::isEmpty ( void ) Returns true if the tag exists, but is empty. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns true if the tag is empty, otherwise false.

eio_cancel

(PECL eio >= 0.0.1dev) Cancels a request void eio_cancel ( resource $req ) eio_cancel() cancels a request specified by req Parameters: req The request resource pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL. If NULL passed, pri internally is set to EIO_PRI_DEFAULT. callback

mysqli_stmt::$sqlstate

(PHP 5, PHP 7) Returns SQLSTATE error from previous statement operation string mysqli_stmt_sqlstate ( mysqli_stmt $stmt ) Object oriented style string $mysqli_stmt->sqlstate; Procedural style Returns a string containing the SQLSTATE error code for the most recently invoked prepared statement function that can succeed or fail. The error code consists of five characters. '00000' means no error. The values are specified by