Stomp::error

(PECL stomp >= 0.1.0) Gets the last stomp error public string Stomp::error ( void ) Object oriented style (method): Procedural style: string stomp_error ( resource $link ) Gets the last stomp error. Parameters: link Procedural style only: The stomp link identifier returned by stomp_connect(). Returns: Returns an error string or FALSE if no erro

hw_api_reason::description

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns description of reason string hw_api_reason::description ( void ) Returns the description of a reason Returns: Returns the description, as a string.

Throwable::getPrevious

(PHP 7) Returns the previous Throwable abstract public Throwable Throwable::getPrevious ( void ) Returns any previous Throwable (for example, one provided as the third parameter to Exception::__construct()). Returns: Returns the previous Throwable if available, or NULL otherwise. See also: Exception::getPrevious

SolrQuery::setGroupOffset

(PECL solr >= 2.2.0) Sets the group.offset parameter. public SolrQuery SolrQuery::setGroupOffset ( integer $value ) Sets the group.offset parameter. Parameters: value Sets the group.offset parameter. Returns: See also: SolrQuery::setGroup() -

memcache_debug

(PECL memcache >= 0.2.0) Turn debug output on/off bool memcache_debug ( bool $on_off ) memcache_debug() turns on debug output if parameter on_off is equal to TRUE and turns off if it's FALSE. Note: memcache_debug() is accessible only if PHP was built with --enable-debug option and always returns TRUE in this case. Otherwise, this function has no effect and always returns FALSE. Parameters:

oci_set_client_info

(PHP 5.3.2, PHP 7, PECL OCI8 >= 1.4.0) Sets the client information bool oci_set_client_info ( resource $connection, string $client_info ) Sets the client information for Oracle tracing. The client information is registered with the database when the next 'roundtrip' from PHP to the database occurs, typically when an SQL statement is executed. The client information can subsequently be queried from database administrat

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: