stats_dens_exponential

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

gmp_import

(PHP 5, PHP 7 >= 5.6.1) Import from a binary string GMP gmp_import ( string $data, integer $word_size, integer $options ) Import a GMP number from a binary string Parameters: data The binary string being imported word_size Default value is 1. The number of bytes in each chunk of binary data. This is mainly used in conjunction with th

EvLoop::prepare

(PECL ev >= 0.2.0) Creates EvPrepare watcher object associated with the current event loop instance final public EvPrepare EvLoop::prepare ( callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Creates EvPrepare watcher object associated with the current event loop instance Returns: Returns EvPrepare object on success

SolrUtils::queryPhrase

(PECL solr >= 0.9.2) Prepares a phrase from an unescaped lucene string public static string SolrUtils::queryPhrase ( string $str ) Prepares a phrase from an unescaped lucene string. Parameters: str The lucene phrase. Returns: Returns the phrase contained in double quotes.

SQLite3::__construct

(PHP 5 >= 5.3.0, PHP 7) Instantiates an SQLite3 object and opens an SQLite 3 database public SQLite3::__construct ( string $filename [, int $flags [, string $encryption_key ]] ) Instantiates an SQLite3 object and opens a connection to an SQLite 3 database. If the build includes encryption, then it will attempt to use the key. Parameters: filename Path to the SQLite d

imap_listmailbox

(PHP 4, PHP 5, PHP 7) Alias of imap_list() This function is an alias of: imap_list().

ArrayIterator::__construct

(PHP 5 >= 5.0.0, PHP 7) Construct an ArrayIterator public ArrayIterator::__construct ([ mixed $array = array() [, int $flags = 0 ]] ) Constructs an ArrayIterator object. Parameters: array The array or object to be iterated on. flags Flags to control the behaviour of the ArrayIterator object. See ArrayIterator::setFlags().

Yaf_Session::__sleep

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

sqlite_query

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Executes a query against a given database and returns a result handle resource sqlite_query ( resource $dbhandle, string $query [, int $result_type = SQLITE_BOTH [, string &$error_msg ]] ) resource sqlite_query ( string $query , resource $dbhandle [, int $result_type = SQLITE_BOTH [, string &$error_msg ]] ) Object oriented style (method): public SQLiteResult SQLiteDatabas

Weakref::get

(PECL weakref >= 0.1.0) Returns the object pointed to by the weak reference public object Weakref::get ( void ) Returns the object pointed to by the weak reference. Returns: Returns the object if the reference is still valid, NULL otherwise. See also: Weakref::valid() -