ImagickDraw::setVectorGraphics

(PECL imagick 2.0.0) Sets the vector graphics bool ImagickDraw::setVectorGraphics ( string $xml ) Sets the vector graphics associated with the specified ImagickDraw object. Use this method with ImagickDraw::getVectorGraphics() as a method to persist the vector graphics state. Parameters: xml xml containing the vector graphics Returns: Returns TRU

Imagick::setBackgroundColor

(PECL imagick 2.0.0) Sets the object's default background color bool Imagick::setBackgroundColor ( mixed $background ) Sets the object's default background color. Parameters: background Sets the object's default background color. Returns: Returns TRUE on success. Changelog: 2.1.0 Now allows

EventBufferEvent::setWatermark

(PECL event >= 1.2.6-beta) Adjusts read and/or write watermarks public void EventBufferEvent::setWatermark ( int $events , int $lowmark , int $highmark ) Adjusts the read watermarks, the write watermarks , or both, of a single buffer event. A buffer event watermark is an edge, a value specifying number of bytes to be read or written before callback is invoked. By default every read/write event triggers a callback invo

ArrayObject::offsetExists

(PHP 5 >= 5.0.0, PHP 7) Returns whether the requested index exists public bool ArrayObject::offsetExists ( mixed $index ) Parameters: index The index being checked. Returns: TRUE if the requested index exists, otherwise FALSE Examples: ArrayObject::offsetExists() example

ifx_errormsg

(PHP 4, PHP <=5.2.0) Returns error message of last Informix call string ifx_errormsg ([ int $errorcode ] ) Returns the Informix error message associated with the most recent Informix error. Parameters: errorcode If specified, the function will return the message corresponding to the specified code. Returns: Return the error message, as a strin

mssql_fetch_assoc

(PHP 4 >= 4.2.0, PHP 5, PECL odbtp >= 1.1.1) Returns an associative array of the current row in the result array mssql_fetch_assoc ( resource $result_id ) Returns an associative array that corresponds to the fetched row and moves the internal data pointer ahead. mssql_fetch_assoc() is equivalent to calling mssql_fetch_array() with MSSQL_ASSOC for the optional second parameter. Parameters:

pcntl_wtermsig

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Returns the signal which caused the child to terminate int pcntl_wtermsig ( int $status ) Returns the number of the signal that caused the child process to terminate. This function is only useful if pcntl_wifsignaled() returned TRUE. Parameters: status The status parameter is the status parameter supplied to a successful call to pcntl_wait

ImagickDraw::pathStart

(PECL imagick 2.0.0) Declares the start of a path drawing list bool ImagickDraw::pathStart ( void ) Declares the start of a path drawing list which is terminated by a matching DrawPathFinish() command. All other DrawPath commands must be enclosed between a and a DrawPathFinish() command. This is because path drawing commands are subordinate commands and they do not function by themselves. Returns:

Imagick::nextImage

(PECL imagick 2.0.0) Moves to the next image bool Imagick::nextImage ( void ) Associates the next image in the image list with an Imagick object. Returns: Returns TRUE on success.

sybase_affected_rows

(PHP 4, PHP 5, PHP 7) Gets number of affected rows in last query int sybase_affected_rows ([ resource $link_identifier ] ) sybase_affected_rows() returns the number of rows affected by the last INSERT, UPDATE or DELETE query on the server associated with the specified link identifier. This command is not effective for SELECT statements, only on statements which modify records. To retrieve the number of rows returned from a