db2_last_insert_id

(PECL ibm_db2 >= 1.7.1) Returns the auto generated ID of the last insert query that successfully executed on this connection string db2_last_insert_id ( resource $resource ) Returns the auto generated ID of the last insert query that successfully executed on this connection. The result of this function is not affected by any of the following: A single row INSERT statement with a VALUES clause for a table without an i

svn_commit

(PECL svn >= 0.1.0) Sends changes from the local working copy to the repository array svn_commit ( string $log, array $targets [, bool $recursive = true ] ) Commits changes made in the local working copy files enumerated in the targets array to the repository, with the log message log. Directories in the targets array will be recursively committed unless recursive is set to FALSE. Note: This function does not have any

Imagick::animateImages

(No version information available, might only be in Git) Animates an image or images bool Imagick::animateImages ( string $x_server ) This method animates the image onto a local or remote X server. This method is not available on Windows. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters: x_server X server address

DOMElement::setAttributeNodeNS

(PHP 5, PHP 7) Adds new attribute node to element public DOMAttr DOMElement::setAttributeNodeNS ( DOMAttr $attr ) Adds new attribute node attr to element. Parameters: attr The attribute node. Returns: Returns the old node if the attribute has been replaced. Exception: Raised if the node is readonly.

imagecolorallocate

(PHP 4, PHP 5, PHP 7) Allocate a color for an image int imagecolorallocate ( resource $image, int $red, int $green, int $blue ) Returns a color identifier representing the color composed of the given RGB components. imagecolorallocate() must be called to create each color that is to be used in the image represented by image. Note: The first call to imagecolorallocate() fills the background color in palette-based images

Memcached::cas

(PECL memcached >= 0.1.0) Compare and swap an item public bool Memcached::cas ( float $cas_token, string $key, mixed $value [, int $expiration ] ) Memcached::cas() performs a "check and set" operation, so that the item will be stored only if no other client has updated it since it was last fetched by this client. The check is done via the cas_token parameter which is a unique 64-bit value assigned to the existing item by

MongoDB::getWriteConcern

(PECL mongo >=1.5.0) Get the write concern for this database public array MongoDB::getWriteConcern ( void ) Returns: This function returns an array describing the write concern. The array contains the values w for an integer acknowledgement level or string mode, and wtimeout denoting the maximum number of milliseconds to wait for the server to satisfy the write concern.

MongoCursorException::getHost

(PECL mongo >= 1.0.0) The hostname of the server that encountered the error public string MongoCursorException::getHost ( void ) Returns the hostname of the server the query was sent too. Returns: Returns the hostname, or NULL if the hostname is unknown.

ncurses_erase

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Erase terminal screen bool ncurses_erase ( void ) Fills the terminal screen with blanks. Created blanks have the current background rendition, set by ncurses_bkgd(). Returns: Returns TRUE on success or FALSE on failure. This function is EXPERIMENTAL. The behaviour of this function, its name, and

SWFShape::drawLine

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a line (relative) void SWFShape::drawLine ( float $dx, float $dy ) swfshape::drawline() draws a line (using the current line style set by swfshape::setline()) from the current pen position to displacement (dx,dy). Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and