Lua::registerCallback

(No version information available, might only be in Git) Register a PHP function to Lua public mixed Lua::registerCallback ( string $name, callable $function ) Register a PHP function to Lua as a function named "$name" Parameters: name Register a PHP function to Lua as a function named "$name" function A valid PHP function callback

Judy::free

(PECL judy >= 0.1.1) Free the entire Judy array public int Judy::free ( void ) Free the entire Judy array. Returns: This function is currently not documented; only its argument list is available.

dbase_create

(PHP 4, PHP 5, PHP 7) Creates a database int dbase_create ( string $filename, array $fields ) dbase_create() creates a dBase database with the given definition. Note: When safe mode is enabled, PHP checks whether the files or directories being operated upon have the same UID (owner) as the script that is being executed. Note: This function is affected by open_basedir. Parameters: f

mb_ereg_search_regs

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns the matched part of a multibyte regular expression array mb_ereg_search_regs ([ string $pattern [, string $option = "ms" ]] ) Returns the matched part of a multibyte regular expression. Parameters: pattern The search pattern. option The search option. Returns: mb_ereg_

eio_write

(PECL eio >= 0.0.1dev) Write to file resource eio_write ( mixed $fd, string $str [, int $length = 0 [, int $offset = 0 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]]]] ) eio_write() writes up to length bytes from str at offset offset from the beginning of the file. Parameters: fd Stream, Socket resource, or numeric file descri

TokyoTyrantQuery::current

(PECL tokyo_tyrant >= 0.1.0) Returns the current element public array TokyoTyrantQuery::current ( void ) Returns the current element. Part of Iterator interface Returns: Returns the current row Examples: TokyoTyrantQuery iterator example <?php /* Connect to a table database */ $tt = new TokyoTyrantTable("localhost",

EvLoop::loopFork

(PECL ev >= 0.2.0) Must be called after a fork public void EvLoop::loopFork ( void ) Must be called after a fork in the child, before entering or continuing the event loop. An alternative is to use Ev::FLAG_FORKCHECK which calls this function automatically, at some performance loss (refer to the » libev documentation ). Returns: No value is returned.

SolrQuery::getFacetDateOther

(PECL solr >= 0.9.2) Returns the value for the facet.date.other parameter public array SolrQuery::getFacetDateOther ([ string $field_override ] ) Returns the value for the facet.date.other parameter. This method accepts an optional field override. Parameters: field_override The name of the field Returns: Returns a string on success and NULL if

Memcached::getMultiByKey

(PECL memcached >= 0.1.0) Retrieve multiple items from a specific server public array Memcached::getMultiByKey ( string $server_key, array $keys [, string &$cas_tokens [, int $flags ]] ) Memcached::getMultiByKey() is functionally equivalent to Memcached::getMulti(), except that the free-form server_key can be used to map the keys to a specific server. Parameters: server_key

trader_cdlhikkakemod

(PECL trader >= 0.2.0) Modified Hikkake Pattern array trader_cdlhikkakemod ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close