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

flush

(PHP 4, PHP 5, PHP 7) Flush system output buffer void flush ( void ) Flushes the system write buffers of PHP and whatever backend PHP is using (CGI, a web server, etc). This attempts to push current output all the way to the browser with a few caveats. flush() may not be able to override the buffering scheme of your web server and it has no effect on any client-side buffering in the browser. It also doesn't affect PHP's u

XMLWriter::endElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current element bool XMLWriter::endElement ( void ) Object oriented style Procedural style bool xmlwriter_end_element ( resource $xmlwriter ) Ends the current element. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_u

GearmanJob::sendWarning

(PECL gearman >= 0.6.0) Send a warning public bool GearmanJob::sendWarning ( string $warning ) Sends a warning for this job while it is running. Parameters: warning A warning message. Returns: Returns TRUE on success or FALSE on failure. See also: GearmanJob

Transliterator::getErrorMessage

(PHP >= 5.4.0, PECL intl >= 2.0.0) Get last error message public string Transliterator::getErrorMessage ( void ) Object oriented style Procedural style string transliterator_get_error_message ( void ) Gets the last error message for this transliterator. Returns: The error code on success, or FALSE if none exists, or on failure. This function is currently