cubrid_seq_insert

(PECL CUBRID >= 8.3.0) Insert an element to a sequence type column using OID bool cubrid_seq_insert ( resource $conn_identifier, string $oid, string $attr_name, int $index, string $seq_element ) The cubrid_col_insert() function is used to insert an element to a sequence type attribute in a requested location. Parameters: conn_identifier Connection identifier.

SQLite3::lastErrorMsg

(PHP 5 >= 5.3.0, PHP 7) Returns English text describing the most recent failed SQLite request public string SQLite3::lastErrorMsg ( void ) Returns English text describing the most recent failed SQLite request. Returns: Returns an English string describing the most recent failed SQLite request.

ZMQDevice::getIdleTimeout

(No version information available, might only be in Git) Get the idle timeout public ZMQDevice ZMQDevice::getIdleTimeout ( void ) Gets the idle callback timeout value. Added in ZMQ extension version 1.1.0. Returns: This method returns the idle callback timeout value.

MongoGridFS::storeFile

(PECL mongo >=0.9.0) Stores a file in the database public mixed MongoGridFS::storeFile ( string|resource $filename [, array $metadata = array() [, array $options = array() ]] ) Parameters: filename Name of the file or a readable stream to store. metadata Other metadata fields to include in the file document. Note: These fields ma

SQLite3::createFunction

(PHP 5 >= 5.3.0, PHP 7) Registers a PHP function for use as an SQL scalar function public bool SQLite3::createFunction ( string $name, mixed $callback [, int $argument_count = -1 ] ) Registers a PHP function or user-defined function for use as an SQL scalar function for use within SQL statements. Parameters: name Name of the SQL function to be created or redefined.

CairoContext::setFillRule

(PECL cairo >= 0.1.0) The setFillRule purpose public void CairoContext::setFillRule ( string $setting ) Object oriented style (method): Procedural style: void cairo_set_fill_rule ( CairoContext $context , string $setting ) Description here. Parameters: context Description... setting Description... Returns:

trader_cdltasukigap

(PECL trader >= 0.2.0) Tasuki Gap array trader_cdltasukigap ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing price,

PDF_curveto

(PHP 4, PECL pdflib >= 1.0.0) Draw Bezier curve bool PDF_curveto ( resource $p, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3 ) Draws a Bezier curve from the current point, using 3 more control points. Returns TRUE on success or FALSE on failure.

Judy::offsetUnset

(PECL judy >= 0.1.1) Offset to unset public bool Judy::offsetUnset ( mixed $offset ) Unsets an offset. Parameters: offset The offset to unset. Returns: No value is returned.

XMLWriter::outputMemory

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Returns current buffer string XMLWriter::outputMemory ([ bool $flush = true ] ) Object oriented style Procedural style string xmlwriter_output_memory ( resource $xmlwriter [, bool $flush = true ] ) Returns the current buffer. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modifi