streamWrapper::url_stat

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Retrieve information about a file public array streamWrapper::url_stat ( string $path, int $flags ) This method is called in response to all stat() related functions, such as: chmod() (only when safe_mode is enabled) copy() fileperms() fileinode() filesize() fileowner() filegroup() fileatime() filemtime() filectime() filetype() is_writable() is_readable() is_executable() is_file() is_dir()

geoip_country_name_by_name

(PECL geoip >= 0.2.0) Get the full country name string geoip_country_name_by_name ( string $hostname ) The geoip_country_name_by_name() function will return the full country name corresponding to a hostname or an IP address. Parameters: hostname The hostname or IP address whose location is to be looked-up. Returns: Returns the country name on

variant_or

(PHP 5, PHP 7) Performs a logical disjunction on two variants mixed variant_or ( mixed $left, mixed $right ) Performs a bitwise OR operation. Note that this is slightly different from a regular OR operation. Parameters: left The left operand. right The right operand. Returns: Variant OR Rules If left is If right

rrd_version

(PECL rrd >= 1.0.0) Gets information about underlying rrdtool library string rrd_version ( void ) Returns information about underlying rrdtool library. Returns: String with rrdtool version number e.g. "1.4.3".

SolrResponse::success

(PECL solr >= 0.9.2) Was the request a success public bool SolrResponse::success ( void ) Used to check if the request to the server was successful. Returns: Returns TRUE if it was successful and FALSE if it was not.

SolrInputDocument::getField

(PECL solr >= 0.9.2) Retrieves a field by name public SolrDocumentField SolrInputDocument::getField ( string $fieldName ) Retrieves a field in the document. Parameters: fieldName The name of the field. Returns: Returns a SolrDocumentField object on success and FALSE on failure.

fann_get_activation_function

(PECL fann >= 1.0.0) Returns the activation function int fann_get_activation_function ( resource $ann, int $layer, int $neuron ) Get the activation function for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to get activation functions for the neurons in the input layer. The return value is one of the activation functions constants. Parameters:

SolrQuery::getHighlightRegexPattern

(PECL solr >= 0.9.2) Returns the regular expression for fragmenting public string SolrQuery::getHighlightRegexPattern ( void ) Returns the regular expression used for fragmenting Returns: Returns a string on success and NULL if not set.

imap_thread

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Returns a tree of threaded message array imap_thread ( resource $imap_stream [, int $options = SE_FREE ] ) Gets a tree of a threaded message. Parameters: imap_stream An IMAP stream returned by imap_open(). options An IMAP stream returned by imap_open(). Returns: imap_thread() retu

ReflectionFunctionAbstract::getName

(PHP 5, PHP 7) Gets function name public string ReflectionFunctionAbstract::getName ( void ) Get the name of the function. Returns: The name of the function. This function is currently not documented; only its argument list is available. See also: ReflectionFunctionAbs