cubrid_put

(PECL CUBRID >= 8.3.0) Update a column using OID int cubrid_put ( resource $conn_identifier, string $oid [, string $attr ], mixed $value ) The cubrid_put() function is used to update an attribute of the instance of the given oid. You can update single attribute by using string data type to set attr. In such case, you can use integer, floating point or string type data for the value argument. To update multiple number of

sqlsrv_fetch_object

(No version information available, might only be in Git) Retrieves the next row of data in a result set as an object mixed sqlsrv_fetch_object ( resource $stmt [, string $className [, array $ctorParams [, int $row [, int $offset ]]]] ) Retrieves the next row of data in a result set as an instance of the specified class with properties that match the row field names and values that correspond to the row field values.

TokyoTyrantQuery::out

(PECL tokyo_tyrant >= 0.1.0) Removes records based on query public TokyoTyrantQuery TokyoTyrantQuery::out ( void ) Removes all records that match the query. Works exactly like search but removes the records instead of returning them. Returns: This method returns the current object and throws TokyoTyrantException on failure. Examples:

m_parsecommadelimited

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Parse the comma delimited response so m_getcell, etc will work int m_parsecommadelimited ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

stream_supports_lock

(PHP 5 >= 5.3.0, PHP 7) Tells whether the stream supports locking. bool stream_supports_lock ( resource $stream ) Tells whether the stream supports locking through flock(). Parameters: stream The stream to check. Returns: Returns TRUE on success or FALSE on failure. See also:

EventBufferEvent::createPair

(PECL event >= 1.2.6-beta) Creates two buffer events connected to each other public static array EventBufferEvent::createPair ( EventBase $base [, int $options = 0 ] ) Returns array of two EventBufferEvent objects connected to each other. All the usual options are supported, except for EventBufferEvent::OPT_CLOSE_ON_FREE , which has no effect, and EventBufferEvent::OPT_DEFER_CALLBACKS , which is always on.

ZipArchive::unchangeIndex

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Revert all changes done to an entry at the given index bool ZipArchive::unchangeIndex ( int $index ) Revert all changes done to an entry at the given index. Parameters: index Index of the entry. Returns: Returns TRUE on success or FALSE on failure.

date_diff

(PHP 5 >= 5.3.0, PHP 7) Alias of DateTime::diff() This function is an alias of: DateTime::diff()

Imagick::newImage

(PECL imagick 2.0.0) Creates a new image bool Imagick::newImage ( int $cols, int $rows, mixed $background [, string $format ] ) Creates a new image and associates ImagickPixel value as background color Parameters: cols Columns in the new image rows Rows in the new image background The background color

ncurses_flash

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Flash terminal screen (visual bell) bool ncurses_flash ( void ) Flashes the screen, and if its not possible, sends an audible alert (bell). Returns: Returns FALSE on success, otherwise TRUE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may