Yaf_Session::__isset

(Yaf >=1.0.0) The __isset purpose public void Yaf_Session::__isset ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

Generator::current

(PHP 5 >= 5.5.0, PHP 7) Get the yielded value public mixed Generator::current ( void ) Returns: Returns the yielded value.

Yaf_Response_Abstract::getHeader

(Yaf >=1.0.0) The getHeader purpose public void Yaf_Response_Abstract::getHeader ( void ) Returns: This function is currently not documented; only its argument list is available.

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().