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

ifx_get_char

(PHP 4, PHP <=5.2.0) Return the content of the char object string ifx_get_char ( int $bid ) Returns the content of the char object. Parameters: bid The char object-id. Returns: Returns the contents as a string, or FALSE on errors. See also: ifx_get_blob() -

SplFileObject::fflush

(PHP 5 >= 5.1.0, PHP 7) Flushes the output to the file public bool SplFileObject::fflush ( void ) Forces a write of all buffered output to the file. Returns: Returns TRUE on success or FALSE on failure. Examples: SplFileObject::fflush() example <?php $file = new SplFileObject('misc.txt', 'r+'); $file->rewind(); $

curl_setopt_array

(PHP 5 >= 5.1.3, PHP 7) Set multiple options for a cURL transfer bool curl_setopt_array ( resource $ch, array $options ) Sets multiple options for a cURL session. This function is useful for setting a large amount of cURL options without repetitively calling curl_setopt(). Parameters: ch A cURL handle returned by curl_init(). options A