MongoCollection::findOne

(PECL mongo >=0.9.0) Queries this collection, returning a single element public array MongoCollection::findOne ([ array $query = array() [, array $fields = array() [, array $options = array() ]]] ) As opposed to MongoCollection::find(), this method will return only the first result from the result set, and not a MongoCursor that can be iterated over. Parameters: query

ImagickDraw::pathCurveToAbsolute

(PECL imagick 2.0.0) Draws a cubic Bezier curve bool ImagickDraw::pathCurveToAbsolute ( float $x1, float $y1, float $x2, float $y2, float $x, float $y ) Draws a cubic Bezier curve from the current point to (x,y) using (x1,y1) as the control point at the beginning of the curve and (x2,y2) as the control point at the end of the curve using absolute coordinates. At the end of the command, the new current point becomes the final

Gmagick::getimagefilename

(PECL gmagick >= Unknown) Returns the filename of a particular image in a sequence public string Gmagick::getimagefilename ( void ) Returns the filename of a particular image in a sequence Returns: Returns a string with the filename of the image Exception: Throws an GmagickException on error.

gupnp_context_timeout_add

(PECL gupnp >= 0.1.0) Sets a function to be called at regular intervals bool gupnp_context_timeout_add ( resource $context, int $timeout, mixed $callback [, mixed $arg ] ) Sets a function to be called at regular intervals. Parameters: context A context identifier, returned by gupnp_context_new(). timeout A timeout in miliseconds.

libxml_set_streams_context

(PHP 5, PHP 7) Set the streams context for the next libxml document load or write void libxml_set_streams_context ( resource $streams_context ) Sets the streams context for the next libxml document load or write. Parameters: streams_context The stream context resource (created with stream_context_create()) Returns: No value is returned.

SolrQuery::addMltQueryField

(PECL solr >= 0.9.2) Maps to mlt.qf public SolrQuery SolrQuery::addMltQueryField ( string $field, float $boost ) Maps to mlt.qf. It is used to specify query fields and their boosts Parameters: field The name of the field boost Its boost value Returns: Returns the current SolrQuery object, if the return value

gmp_xor

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Bitwise XOR GMP gmp_xor ( GMP $a, GMP $b ) Calculates bitwise exclusive OR (XOR) of two GMP numbers. Parameters: a 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 Either a GMP numbe

sqlsrv_free_stmt

(No version information available, might only be in Git) Frees all resources for the specified statement bool sqlsrv_free_stmt ( resource $stmt ) Frees all resources for the specified statement. The statement cannot be used after sqlsrv_free_stmt() has been called on it. If sqlsrv_free_stmt() is called on an in-progress statement that alters server state, statement execution is terminated and the statement is rolled back.

PDOStatement::closeCursor

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0) Closes the cursor, enabling the statement to be executed again. public bool PDOStatement::closeCursor ( void ) PDOStatement::closeCursor() frees up the connection to the server so that other SQL statements may be issued, but leaves the statement in a state that enables it to be executed again. This method is useful for database drivers that do not support executing a PDOSt

MessageFormatter::getErrorCode

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the error code from last operation public int MessageFormatter::getErrorCode ( void ) Object oriented style Procedural style int msgfmt_get_error_code ( MessageFormatter $fmt ) Get the error code from last operation. Parameters: fmt The message formatter Returns: The error code, one of UE