cairo_scaled_font_extents

(PECL cairo >= 0.1.0) Description array cairo_scaled_font_extents ( CairoScaledFont $scaledfont ) The function description goes here. Parameters: scaledfont Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

newt_resume

(PECL newt >= 0.1) Resume using the newt interface after calling newt_suspend() void newt_resume ( void ) Resume using the newt interface after calling newt_suspend(). Returns: No value is returned. See also: newt_suspend() -

Cairo::statusToString

(PECL cairo >= 0.1.0) Retrieves the current status as string public static string Cairo::statusToString ( int $status ) Object oriented style (method): Procedural style: string cairo_status_to_string ( int $status ) Retrieves the current status as a readable string Parameters: status A valid status code given by cairo_status() or CairoContext::status()

MongoCommandCursor::setReadPreference

(PECL mongo >=1.6.0) Set the read preference for this command public MongoCommandCursor MongoCommandCursor::setReadPreference ( string $read_preference [, array $tags ] ) Parameters: read_preference The read preference mode: MongoClient::RP_PRIMARY, MongoClient::RP_PRIMARY_PREFERRED, MongoClient::RP_SECONDARY, MongoClient::RP_SECONDARY_PREFERRED, or MongoClient::RP_NEARES

sqlite_valid

(PHP 5 < 5.4.0) Returns whether more rows are available bool sqlite_valid ( resource $result ) Object oriented style (method): bool SQLiteResult::valid ( void ) bool SQLiteUnbuffered::valid ( void ) Finds whether more rows are available from the given result handle. Parameters: result The SQLite result resource. This parameter is not required when using the object-or

sybase_deadlock_retry_count

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Sets the deadlock retry count void sybase_deadlock_retry_count ( int $retry_count ) Using sybase_deadlock_retry_count(), the number of retries can be defined in cases of deadlocks. By default, every deadlock is retried an infinite number of times or until the process is killed by Sybase, the executing script is killed (for instance, by set_time_limit()) or the query succeeds.

Gmagick::setimageformat

(PECL gmagick >= Unknown) Sets the format of a particular image public Gmagick Gmagick::setimageformat ( string $imageFormat ) Sets the format of a particular image in a sequence. Parameters: imageFormat The image format. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

SplDoublyLinkedList::serialize

(PHP 5 >= 5.4.0, PHP 7) Serializes the storage public string SplDoublyLinkedList::serialize ( void ) Serializes the storage. Returns: The serialized string. This function is currently not documented; only its argument list is available. See also: SplDoublyLinkedList

MongoRegex::__construct

(PECL mongo >= 0.8.1) Creates a new regular expression public MongoRegex::__construct ( string $regex ) Creates a new regular expression. Parameters: regex Regular expression string of the form /expr/flags. Returns: Returns a new regular expression. Examples: MongoRegex::__construc

PDF_open_pdi

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Open PDF file [deprecated] int PDF_open_pdi ( resource $pdfdoc, string $filename, string $optlist, int $len ) Opens a disk-based or virtual PDF document and prepares it for later use. This function is deprecated since PDFlib version 7, use PDF_open_pdi_document() instead.