EventListener::enable

(PECL event >= 1.2.6-beta) Enables an event connect listener object public bool EventListener::enable ( void ) Enables an event connect listener object Returns: Returns TRUE on success. Otherwise FALSE. See also: EventListener::disable() -

stats_harmonic_mean

(PECL stats >= 1.0.0) Returns the harmonic mean of an array of values number stats_harmonic_mean ( array $a ) Parameters: a Returns: This function is currently not documented; only its argument list is available.

KTaglib_MPEG_AudioProperties::getBitrate

(0.0.1) Returns the bitrate of the MPEG file public int KTaglib_MPEG_AudioProperties::getBitrate ( void ) Returns the bitrate of the MPEG file Returns: Returns the bitrate as an integer

ReflectionMethod::__construct

(PHP 5, PHP 7) Constructs a ReflectionMethod public ReflectionMethod::__construct ( mixed $class, string $name ) public ReflectionMethod::__construct ( string $class_method ) Constructs a new ReflectionMethod. Parameters: class Classname or object (instance of the class) that contains the method. name Name of the method.

SolrDocument::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrDocument::__destruct ( void ) Destructor for SolrDocument. Returns:

SphinxClient::setIndexWeights

(PECL sphinx >= 0.1.0) Set per-index weights public bool SphinxClient::setIndexWeights ( array $weights ) Sets per-index weights and enables weighted summing of match weights across different indexes. Parameters: weights An associative array mapping string index names to integer weights. Default is empty array, i.e. weighting summing is disabled. Re

MongoCursor::immortal

(PECL mongo >=1.0.1) Sets whether this cursor will timeout public MongoCursor MongoCursor::immortal ([ bool $liveForever = true ] ) After remaining idle on the server for some amount of time, cursors, by default, "die." This is generally the behavior one wants. The database cleans up a cursor once all of its results have been sent to the client, but if the client doesn't request all of the results, the cursor will langui

SolrParams::getParam

(PECL solr >= 0.9.2) Returns a parameter value final public mixed SolrParams::getParam ([ string $param_name ] ) Returns a parameter with name param_name Parameters: param_name The name of the parameter Returns: Returns a string or an array depending on the type of the parameter

apache_setenv

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Set an Apache subprocess_env variable bool apache_setenv ( string $variable, string $value [, bool $walk_to_top = false ] ) apache_setenv() sets the value of the Apache environment variable specified by variable. Note: When setting an Apache environment variable, the corresponding $_SERVER variable is not changed. Parameters: variable

xml_set_notation_decl_handler

(PHP 4, PHP 5, PHP 7) Set up notation declaration handler bool xml_set_notation_decl_handler ( resource $parser, callable $handler ) Sets the notation declaration handler function for the XML parser parser. A notation declaration is part of the document's DTD and has the following format: <!NOTATION <parameter>name</parameter> { <parameter>systemId</parameter> | <parameter>publicId</p