UConverter::getErrorMessage

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error message on the object public string UConverter::getErrorMessage ( void ) Returns: This function is currently not documented; only its argument list is available.

CairoContext::setTolerance

(PECL cairo >= 0.1.0) The setTolerance purpose public void CairoContext::setTolerance ( string $tolerance ) Object oriented style (method): Procedural style: void cairo_set_tolerance ( CairoContext $context , string $tolerance ) Description here. Parameters: context Description... tolerance Description... Return

mysqli_stmt::free_result

(PHP 5, PHP 7) Frees stored result memory for the given statement handle void mysqli_stmt::free_result ( void ) Object oriented style Procedural style void mysqli_stmt_free_result ( mysqli_stmt $stmt ) Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result(). Parameters: stmt Procedural style only: A statement identifier re

spl_autoload_register

(PHP 5 >= 5.1.2, PHP 7) Register given function as __autoload() implementation bool spl_autoload_register ([ callable $autoload_function [, bool $throw = true [, bool $prepend = false ]]] ) Register a function with the spl provided __autoload queue. If the queue is not yet activated it will be activated. If your code has an existing __autoload() function then this function must be explicitly registered on the __autolo

cubrid_connect_with_url

(PECL CUBRID >= 8.3.1) Establish the environment for connecting to CUBRID server resource cubrid_connect_with_url ( string $conn_url [, string $userid [, string $passwd [, bool $new_link = false ]]] ) The cubrid_connect_with_url() function is used to establish the environment for connecting to your server by using connection information passed with an url string argument. If the HA feature is enabled in CUBRID, you must

Imagick::getInterlaceScheme

(PECL imagick 2.0.0) Gets the object interlace scheme int Imagick::getInterlaceScheme ( void ) Gets the object interlace scheme. Returns: Gets the wand interlace scheme. Exception: Throws ImagickException on error.

gupnp_context_get_host_ip

(PECL gupnp >= 0.1.0) Get the IP address string gupnp_context_get_host_ip ( resource $context ) Get the IP address we advertise ourselves as using. Parameters: context A context identifier, returned by gupnp_context_new(). Returns: Returns the IP address for the current context and FALSE on error.

SolrQuery::getHighlightMaxAnalyzedChars

(PECL solr >= 0.9.2) Returns the maximum number of characters into a document to look for suitable snippets public int SolrQuery::getHighlightMaxAnalyzedChars ( void ) Returns the maximum number of characters into a document to look for suitable snippets Returns: Returns an integer on success and NULL if not set.

MongoCollection::save

(PECL mongo >=0.9.0) Saves a document to this collection public mixed MongoCollection::save ( array|object $document [, array $options = array() ] ) If the object is from the database, update the existing database object, otherwise insert this object. Parameters: document Array or object to save. If an object is used, it may not have protected or private properties.

SolrQuery::setGroup

(PECL solr >= 2.2.0) Enable/Disable result grouping (group parameter) public SolrQuery SolrQuery::setGroup ( bool $value ) Enable/Disable result grouping (group parameter) Parameters: value Enable/Disable result grouping (group parameter) Returns: See also: So