Worker::stack

(PECL pthreads >= 2.0.0) Stacking public integer Worker::stack ( Threaded &$work ) Appends the referenced object to the stack of the referenced Worker Parameters: work Threaded object to be executed by the referenced Worker Returns: The new length of the stack Examples: Stackin

CairoContext::showText

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

Yaf_Registry::has

(Yaf >=1.0.0) Check whether an item exists public static bool Yaf_Registry::has ( string $name ) Check whether an item exists Parameters: name Check whether an item exists Returns:

stats_rand_phrase_to_seeds

(PECL stats >= 1.0.0) generate two seeds for the RGN random number generator array stats_rand_phrase_to_seeds ( string $phrase ) Parameters: phrase Returns: This function is currently not documented; only its argument list is available.

oci_set_prefetch

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Sets number of rows to be prefetched by queries bool oci_set_prefetch ( resource $statement, int $rows ) Sets the number of rows to be buffered by the Oracle Client libraries after a successful query call to oci_execute() and for each subsequent internal fetch request to the database. For queries returning a large number of rows, performance can be significantly improved by increasing th

gmmktime

(PHP 4, PHP 5, PHP 7) Get Unix timestamp for a GMT date int gmmktime ([ int $hour = gmdate("H") [, int $minute = gmdate("i") [, int $second = gmdate("s") [, int $month = gmdate("n") [, int $day = gmdate("j") [, int $year = gmdate("Y") [, int $is_dst = -1 ]]]]]]] ) Identical to mktime() except the passed parameters represents a GMT date. gmmktime() internally uses mktime() so only times valid in derived local time can

Gmagick::queryfontmetrics

(PECL gmagick >= Unknown) Returns an array representing the font metrics public array Gmagick::queryfontmetrics ( GmagickDraw $draw, string $text ) MagickQueryFontMetrics() returns an array representing the font metrics. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Phar::getMetadata

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns phar archive meta-data public mixed Phar::getMetadata ( void ) Retrieve archive meta-data. Meta-data can be any PHP variable that can be serialized. Returns: any PHP variable that can be serialized and is stored as meta-data for the Phar archive, or NULL if no meta-data is stored. Examples:

iis_set_server_rights

(PECL iisfunc SVN) Sets server rights int iis_set_server_rights ( int $server_instance, string $virtual_path, int $directory_flags ) This function is currently not documented; only its argument list is available.

OAuthProvider::__construct

(PECL OAuth >= 1.0.0) Constructs a new OAuthProvider object public OAuthProvider::__construct ([ array $params_array ] ) Initiates a new OAuthProvider object. Parameters: params_array Setting these optional parameters is limited to the CLI SAPI. Returns: An OAuthProvider object. This function is currently n