uopz_compose

(PECL uopz >= 1.0.0) Compose a class void uopz_compose ( string $name, array $classes [, array $methods [, array $properties [, int $flags ]]] ) Creates a new class of the given name that implements, extends, or uses all of the provided classes Parameters: name A legal class name classes An array of class, interface and trait names

wincache_ocache_fileinfo

(PECL wincache >= 1.0.0) Retrieves information about files cached in the opcode cache array wincache_ocache_fileinfo ([ bool $summaryonly = false ] ) Retrieves information about opcode cache content and its usage. Parameters: summaryonly Controls whether the returned array will contain information about individual cache entries along with the opcode cache summary.

apc_cas

(PECL apc >= 3.1.1) Updates an old value with a new value bool apc_cas ( string $key, int $old, int $new ) apc_cas() updates an already existing integer value if the old parameter matches the currently stored value with the value of the new parameter. Parameters: key The key of the value being updated. old The old value (the value cu

PDF_set_leading

(PHP 4, PECL pdflib >= 1.0.0) Set distance between text lines [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with the parameter leading instead.

SplObjectStorage::current

(PHP 5 >= 5.1.0, PHP 7) Returns the current storage entry public object SplObjectStorage::current ( void ) Returns the current storage entry. Returns: The object at the current iterator position. Examples: SplObjectStorage::current() example <?php $s = new SplObjectStorage(); $o1 = new StdClass; $o2 = new StdClass;

Yaf_Request_Abstract::isPost

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

Gmagick::getimagedispose

(PECL gmagick >= Unknown) Gets the image disposal method public int Gmagick::getimagedispose ( void ) Gets the image disposal method Returns: Returns the dispose method on success. Exception: Throws an GmagickException on error.

Yaf_Session::offsetExists

(Yaf >=1.0.0) The offsetExists purpose public void Yaf_Session::offsetExists ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

SAMMessage::header

(PECL sam >= 0.1.0) The header properties of the message. object $SAMMessage->header; The header property is a container for any system or user properties that area associated with the message. Properties may be assigned by the sender of a message to control the way the messaging systems handles it or may be assigned by the messaging system itself to tell the recipient extra information about the message or the way in which it has

PDO::setAttribute

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Set an attribute public bool PDO::setAttribute ( int $attribute, mixed $value ) Sets an attribute on the database handle. Some of the available generic attributes are listed below; some drivers may make use of additional driver specific attributes. PDO::ATTR_CASE: Force column names to a specific case. PDO::CASE_LOWER: Force column names to lower case. PDO::CASE_NATUR