geoip_country_code3_by_name

(PECL geoip >= 0.2.0) Get the three letter country code string geoip_country_code3_by_name ( string $hostname ) The geoip_country_code3_by_name() function will return the three letter country code corresponding to a hostname or an IP address. Parameters: hostname The hostname or IP address whose location is to be looked-up. Returns: Returns th

apc_bin_loadfile

(PECL apc >= 3.1.4) Load a binary dump from a file into the APC file/user cache bool apc_bin_loadfile ( string $filename [, resource $context = NULL [, int $flags = 0 ]] ) Loads a binary dump from a file into the APC file/user cache. Parameters: filename The file name containing the dump, likely from apc_bin_dumpfile(). context The

SolrClient::query

(PECL solr >= 0.9.2) Sends a query to the server public SolrQueryResponse SolrClient::query ( SolrParams $query ) Sends a query to the server. Parameters: query A SolrParams object. It is recommended to use SolrQuery for advanced queries. Returns: Returns a SolrQueryResponse object on success and throws an exception on failure.

dba_sync

(PHP 4, PHP 5, PHP 7) Synchronize database bool dba_sync ( resource $handle ) dba_sync() synchronizes the database. This will probably trigger a physical write to the disk, if supported. Parameters: handle The database handler, returned by dba_open() or dba_popen(). Returns: Returns TRUE on success or FALSE on failure.

APCUIterator::getTotalCount

(PECL apcu >= 5.0.0) Get total count public int APCUIterator::getTotalCount ( void ) Get the total count. Returns: The total count. This function is currently not documented; only its argument list is available. See also: APCUIterator::getTotalHits() -

fann_set_train_stop_function

(PECL fann >= 1.0.0) Sets the stop function used during training bool fann_set_train_stop_function ( resource $ann, int $stop_function ) Sets the stop function used during training. The stop functions are described further in stop functions constants. Parameters: ann Neural network resource. stop_function The stop function constant.

fann_reset_MSE

(PECL fann >= 1.0.0) Resets the mean square error from the network bool fann_reset_MSE ( string $ann ) Resets the mean square error from the network. This function also resets the number of bits that fail. Parameters: ann Neural network resource. Returns: Returns TRUE on success, or FALSE otherwise.

ReflectionClass::getConstructor

(PHP 5, PHP 7) Gets the constructor of the class public ReflectionMethod ReflectionClass::getConstructor ( void ) Gets the constructor of the reflected class. Returns: A ReflectionMethod object reflecting the class' constructor, or NULL if the class has no constructor. Examples: Basic usage of ReflectionClass::getConstructor()

MongoCursor::maxTimeMS

(PECL mongo >=1.5.0) Sets a server-side timeout for this query public MongoCursor MongoCursor::maxTimeMS ( int $ms ) Specifies a cumulative time limit in milliseconds to be allowed by the server for processing operations on the cursor. Parameters: ms Specifies a cumulative time limit in milliseconds to be allowed by the server for processing operations on the cursor.

hw_api_object::remove

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Removes attribute bool hw_api_object::remove ( string $name ) Removes the attribute with the given name. Parameters: name The attribute name. Returns: Returns TRUE on success or FALSE on failure. See also: hw_api_object