stats_den_uniform

(PECL stats >= 1.0.0) Not documented float stats_den_uniform ( float $x, float $a, float $b ) Parameters: x a b Returns: This function is currently not documented; only its argument list is available.

GearmanJob::sendStatus

(PECL gearman >= 0.6.0) Send status public bool GearmanJob::sendStatus ( int $numerator, int $denominator ) Sends status information to the job server and any listening clients. Use this to specify what percentage of the job has been completed. Parameters: numerator The numerator of the precentage completed expressed as a fraction. denominator

TokyoTyrantQuery::count

(No version information available, might only be in Git) Counts records public int TokyoTyrantQuery::count ( void ) Returns a count of how many records a query returns. Returns: Returns a count of matching rows and throws TokyoTyrantException on error Examples: TokyoTyrantQuery::count() example <?php /* Connect to a ta

Event::addTimer

(PECL event >= 1.2.6-beta) Makes timer event pending public bool Event::addTimer ([ double $timeout ] ) Event::addTimer() is an alias of Event::add() Returns: Examples: Event::addTimer() example <?php $base = new EventBase(); $n = 2; $e = Event::timer($base, function($n) use (&$e) {     echo "$n seconds elapsed\n

vpopmail_alias_del_domain

(PHP 4 >= 4.0.7, PECL vpopmail >= 0.2) Deletes all virtual aliases of a domain bool vpopmail_alias_del_domain ( string $domain ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is

ocirollback

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_rollback() Alias of oci_rollback() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

openssl_get_privatekey

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Alias of openssl_pkey_get_private() This function is an alias of: openssl_pkey_get_private().

maxdb_get_proto_info

(PECL maxdb >= 1.0) Returns the version of the MaxDB protocol used int maxdb_get_proto_info ( resource $link ) Procedural style Object oriented style string $maxdb->protocol_version; Returns an integer representing the MaxDB protocol version used by the connection represented by the link parameter. Returns: Returns an integer representing the protocol version (constant 10).

MongoCursor::current

(PECL mongo >=0.9.0) Returns the current element public array MongoCursor::current ( void ) This returns NULL until MongoCursor::next() is called. Returns: The current result document as an associative array. NULL will be returned if there is no result. See also: Iterator::current() -

Yaf_Dispatcher::getRouter

(Yaf >=1.0.0) Retrive router instance public Yaf_Router Yaf_Dispatcher::getRouter ( void ) Returns: