MongoCommandCursor::rewind

(PECL mongo >=1.5.0) Executes the command and resets the cursor to the start of the result set public array MongoCommandCursor::rewind ( void ) If the cursor has already started iteration, the command will be re-executed. Returns: The raw server result document. Exception: Throws MongoConnectionException if it cannot reach the database and MongoCursorTimeoutExc

mysqli_result::$current_field

(PHP 5, PHP 7) Get current field offset of a result pointer int mysqli_field_tell ( mysqli_result $result ) Object oriented style int $mysqli_result->current_field ; Procedural style Returns the position of the field cursor used for the last mysqli_fetch_field() call. This value can be used as an argument to mysqli_field_seek(). Parameters: result Procedural style only

PDF_load_3ddata

(PECL pdflib >= 2.1.0) Load 3D model int PDF_load_3ddata ( resource $pdfdoc, string $filename, string $optlist ) Loads a 3D model from a disk-based or virtual file. This function requires PDF 1.6.

newt_form_add_components

(PECL newt >= 0.1) Add several components to the form void newt_form_add_components ( resource $form, array $components ) Adds several components to the form. Parameters: form Form to which components will be added components Array of components to add to the form Returns: No value is returned.

pg_tty

(PHP 4, PHP 5, PHP 7) Return the TTY name associated with the connection string pg_tty ([ resource $connection ] ) pg_tty() returns the TTY name that server side debugging output is sent to on the given PostgreSQL connection resource. Note: pg_tty() is obsolete, since the server no longer pays attention to the TTY setting, but the function remains for backwards compatibility. Parameters:

ps_fill

(PECL ps >= 1.1.0) Fills the current path bool ps_fill ( resource $psdoc ) Fills the path constructed with previously called drawing functions like ps_lineto(). Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on success or FALSE on failure.

gmp_nextprime

(PHP 5, PHP 7 >= 5.2.0) Find next prime number GMP gmp_nextprime ( int $a ) Find next prime number 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. Returns: Return the next prime number greater than a, as a GMP

SplObjectStorage::valid

(PHP 5 >= 5.1.0, PHP 7) Returns if the current iterator entry is valid public bool SplObjectStorage::valid ( void ) Returns if the current iterator entry is valid. Returns: Returns TRUE if the iterator entry is valid, FALSE otherwise. Examples: SplObjectStorage::valid() example <?php $s = new SplObjectStorage(); $o

EventBase::free

(PECL event >= 1.10.0) Free resources allocated for this event base public void EventBase::free ( void ) Deallocates resources allocated by libevent for the EventBase object. Returns: No value is returned. The EventBase::free() method doesn't destruct the object itself. To destruct the object completely call unset() , or assign NULL. This method does not

EventHttp::accept

(PECL event >= 1.2.6-beta) Makes an HTTP server accept connections on the specified socket stream or resource public bool EventHttp::accept ( mixed $socket ) Makes an HTTP server accept connections on the specified socket stream or resource. The socket should be ready to accept connections. Can be called multiple times to accept connections on different sockets. Note: To bind a socket, listen , and accept connecti