Yaf_Config_Simple::__set

(Yaf >=1.0.0) The __set purpose public void Yaf_Config_Simple::__set ( string $name, string $value ) Parameters: name value Returns: This function is currently not documented; only its argument list is available.

geoip_domain_by_name

(PECL geoip >= 1.1.0) Get the second level domain name string geoip_domain_by_name ( string $hostname ) The geoip_domain_by_name() function will return the second level domain names associated with a hostname or an IP address. This function is currently only available to users who have bought a commercial GeoIP Domain Edition. A warning will be issued if the proper database cannot be located. Parameters

CURLFile::getPostFilename

(PHP 5 >= 5.5.0, PHP 7) Get file name for POST public string CURLFile::getPostFilename ( void ) Returns: Returns file name for POST.

event_base_loop

(PECL libevent >= 0.0.1) Handle events int event_base_loop ( resource $event_base [, int $flags = 0 ] ) Starts event loop for the specified event base. Parameters: event_base Valid event base resource. flags Optional parameter, which can take any combination of EVLOOP_ONCE and EVLOOP_NONBLOCK. Returns: even

GearmanWorker::register

(PECL gearman >= 0.6.0) Register a function with the job server public bool GearmanWorker::register ( string $function_name [, int $timeout ] ) Registers a function name with the job server with an optional timeout. The timeout specifies how many seconds the server will wait before marking a job as failed. If the timeout is set to zero, there is no timeout. Parameters: function_nam

mcrypt_module_is_block_mode

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns if the specified mode outputs blocks or not bool mcrypt_module_is_block_mode ( string $mode [, string $lib_dir ] ) This function returns TRUE if the mode outputs blocks of bytes or FALSE if it outputs just bytes. (e.g. TRUE for cbc and ecb, and FALSE for cfb and stream). Parameters: mode One of the MCRYPT_MODE_modename constants, o

Mongo::setPoolSize

(PECL mongo >=1.2.0) Set the size for future connection pools. public static bool Mongo::setPoolSize ( int $size ) Sets the max number of connections new pools will be able to create. Parameters: size The max number of connections future pools will be able to create. Negative numbers mean that the pool will spawn an infinite number of connections. R

APCUIterator::valid

(PECL apcu >= 5.0.0) Checks if current position is valid public void APCUIterator::valid ( void ) Checks if the current iterator position is valid. Returns: Returns TRUE if the current iterator position is valid, otherwise FALSE. See also: APCUIterator::current() - Iterator::valid(

Exception::__toString

(PHP 5 >= 5.1.0, PHP 7) String representation of the exception public string Exception::__toString ( void ) Returns the string representation of the exception. Returns: Returns the string representation of the exception. Examples: Exception::__toString() example <?php try {     throw new Exception("Some error messag

Yaf_Route_Supervar::route

(Yaf >=1.0.0) The route purpose public bool Yaf_Route_Supervar::route ( Yaf_Request_Abstract $request ) Parameters: request Returns: If there is a key(which was defined in Yaf_Route_Supervar::__construct()) in $_GET, return TRUE. otherwise return FALSE. This function is currently not documented; only its argume