classkit_import

(PECL classkit >= 0.3) Import new class method definitions from a file array classkit_import ( string $filename ) Note: This function cannot be used to manipulate the currently running (or chained) method. Parameters: filename The filename of the class method definitions to import Returns: Associative array of imported methods

gmp_testbit

(PHP 5, PHP 7 >= 5.3.0) Tests if a bit is set bool gmp_testbit ( GMP $a, int $index ) Tests if the specified bit is set. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. index The bit to test

stats_cdf_weibull

(PECL stats >= 1.0.0) Not documented float stats_cdf_weibull ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns: This function is currently not documented; only its arg

geoip_asnum_by_name

(PECL geoip >= 1.1.0) Get the Autonomous System Numbers (ASN) string geoip_asnum_by_name ( string $hostname ) The geoip_asnum_by_name() function will return the Autonomous System Numbers (ASN) associated with an IP address. Parameters: hostname The hostname or IP address. Returns: Returns the ASN on success, or FALSE if the address cannot be f

stats_stat_binomial_coef

(PECL stats >= 1.0.0) Not documented float stats_stat_binomial_coef ( int $x, int $n ) Parameters: x n Returns: This function is currently not documented; only its argument list is available.

EventConfig::__construct

(PECL event >= 1.2.6-beta) Constructs EventConfig object public EventConfig::__construct ( void ) Constructs EventConfig object which could be passed to EventBase::__construct() constructor. Returns: Returns EventConfig object. Examples: EventConfig::__construct() example <?php // Avoiding "select" method $cfg = new

hw_api::ftstat

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns statistics about fulltext server hw_api_object hw_api::ftstat ( array $parameter ) Returns statistics about fulltext server. Parameters: parameter Returns statistics about fulltext server. Returns: See also: hw_a

DOMElement::setIdAttributeNS

(PHP 5, PHP 7) Declares the attribute specified by local name and namespace URI to be of type ID public void DOMElement::setIdAttributeNS ( string $namespaceURI, string $localName, bool $isId ) Declares the attribute specified by localName and namespaceURI to be of type ID. Parameters: namespaceURI The namespace URI of the attribute. localName

geoip_time_zone_by_country_and_region

(PECL geoip >= 1.0.4) Returns the time zone for some country and region code combo string geoip_time_zone_by_country_and_region ( string $country_code [, string $region_code ] ) The geoip_time_zone_by_country_and_region() function will return the time zone corresponding to a country and region code combo. In the United States, the region code corresponds to the two-letter abbreviation of each state. In Canada, the regio

Yaf_Controller_Abstract::setViewpath

(Yaf >=1.0.0) The setViewpath purpose public void Yaf_Controller_Abstract::setViewpath ( string $view_directory ) Parameters: view_directory Returns: