SolrQuery::setHighlightMergeContiguous

(PECL solr >= 0.9.2) Whether or not to collapse contiguous fragments into a single fragment public SolrQuery SolrQuery::setHighlightMergeContiguous ( bool $flag [, string $field_override ] ) Whether or not to collapse contiguous fragments into a single fragment Parameters: value Whether or not to collapse contiguous fragments into a single fragment

XMLWriter::writeAttributeNS

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full namespaced attribute bool XMLWriter::writeAttributeNS ( string $prefix, string $name, string $uri, string $content ) Object oriented style Procedural style bool xmlwriter_write_attribute_ns ( resource $xmlwriter , string $prefix , string $name , string $uri , string $content ) Writes a full namespaced attribute. Parameters:

variant_not

(PHP 5, PHP 7) Performs bitwise not negation on a variant mixed variant_not ( mixed $variant ) Performs bitwise not negation on variant and returns the result. Parameters: variant The variant. Returns: Returns the bitwise not negation. If variant is NULL, the result will also be NULL.

set_magic_quotes_runtime

(PHP 4, PHP 5) Sets the current active configuration setting of magic_quotes_runtime bool set_magic_quotes_runtime ( bool $new_setting ) Set the current active configuration setting of magic_quotes_runtime. Parameters: new_setting FALSE for off, TRUE for on. Returns: Returns TRUE on success or FALSE on failure. Exception:

streamWrapper::stream_eof

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Tests for end-of-file on a file pointer public bool streamWrapper::stream_eof ( void ) This method is called in response to feof(). Returns: Should return TRUE if the read/write position is at the end of the stream and if no more data is available to be read, or FALSE otherwise. See also:

SQLite3::querySingle

(PHP 5 >= 5.3.0, PHP 7) Executes a query and returns a single result public mixed SQLite3::querySingle ( string $query [, bool $entire_row = false ] ) Executes a query and returns a single result. Parameters: query The SQL query to execute. entire_row By default, querySingle() returns the value of the first column returned by the qu

CairoSurface::writeToPng

(PECL cairo >= 0.1.0) The writeToPng purpose public void CairoSurface::writeToPng ( string $file ) The method description goes here. Parameters: file Description... Returns: Description... This function is currently not documented; only its argument list is available.

SolrClient::deleteByQueries

(PECL solr >= 0.9.2) Removes all documents matching any of the queries public SolrUpdateResponse SolrClient::deleteByQueries ( array $queries ) Removes all documents matching any of the queries Parameters: queries The array of queries. This must be an actual php variable. Returns: Returns a SolrUpdateResponse on success and throws a SolrClient

SAMConnection::commit

(PECL sam >= 0.1.0) Commits (completes) the current unit of work. bool SAMConnection::commit ( void ) Calling the "commit" method on a Connection object commits (completes) all in-flight transactions that are part of the current unit of work. Returns: This method returns FALSE if an error occurs. Examples: Committing the current u

opcache_get_configuration

(PHP 5 >= 5.5.5, PHP 7, PECL ZendOpcache > 7.0.2) Get configuration information about the cache array opcache_get_configuration ( void ) This function returns configuration information about the cache instance Returns: Returns an array of information, including ini, blacklist and version Exception: If opcache.restrict_api is in use and the current path is in