Gmagick::getimagedelay

(PECL gmagick >= Unknown) Gets the image delay public int Gmagick::getimagedelay ( void ) Gets the image delay Returns: Returns the composite operator associated with the image. Exception: Throws an GmagickException on error.

maxdb_thread_safe

(PECL maxdb >= 7.6.06.04) Returns whether thread safety is given or not bool maxdb_thread_safe ( void ) maxdb_thread_safe() indicates whether the client library is compiled as thread-safe. Returns: TRUE if the client library is thread-safe, otherwise FALSE.

Weakref::__construct

(PECL weakref >= 0.1.0) Constructs a new weak reference public Weakref::__construct ( object $object ) Constructs a new weak reference. Parameters: object The object to reference. Returns: No value is returned. Examples: Weakref::__construct() example <?php class MyClass {     publ

gmp_sub

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Subtract numbers GMP gmp_sub ( GMP $a, GMP $b ) Subtracts b from a and returns the result. Parameters: a The number being subtracted from. Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. b

SplPriorityQueue::recoverFromCorruption

(PHP 5 >= 5.3.0, PHP 7) Recover from the corrupted state and allow further actions on the queue. public void SplPriorityQueue::recoverFromCorruption ( void ) Returns: No value is returned.

msql

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

Imagick::getImageGamma

(PECL imagick 2.0.0) Gets the image gamma float Imagick::getImageGamma ( void ) Gets the image gamma. Returns: Returns the image gamma on success. Exception: Throws ImagickException on error.

DOMNamedNodeMap::item

(PHP 5, PHP 7) Retrieves a node specified by index DOMNode DOMNamedNodeMap::item ( int $index ) Retrieves a node specified by index within the DOMNamedNodeMap object. Parameters: index Index into this map. Returns: The node at the indexth position in the map, or NULL if that is not a valid index (greater than or equal to the number of nodes in th

EventHttp::setMaxBodySize

(PECL event >= 1.4.0-beta) Sets maximum request body size public void EventHttp::setMaxBodySize ( int $value ) Sets maximum request body size. Parameters: value The body size in bytes. Returns: No value is returned. See also: EventHttp::setMaxHeadersSize()

PDF_concat

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Concatenate a matrix to the CTM bool PDF_concat ( resource $p, float $a, float $b, float $c, float $d, float $e, float $f ) Concatenates a matrix to the current transformation matrix (CTM). Returns TRUE on success or FALSE on failure.