Yaf_Config_Ini::readonly

(Yaf >=1.0.0) The readonly purpose public void Yaf_Config_Ini::readonly ( void ) Returns: This function is currently not documented; only its argument list is available.

disk_free_space

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Returns available space on filesystem or disk partition float disk_free_space ( string $directory ) Given a string containing a directory, this function will return the number of bytes available on the corresponding filesystem or disk partition. Parameters: directory A directory of the filesystem or disk partition. Note: Given a file

VarnishAdmin::start

(PECL varnish >= 0.3) Start varnish worker process public int VarnishAdmin::start ( void ) Returns: Returns the varnish command status.

SSL context options

SSL context option listing Context options for ssl:// and tls:// transports. Changelog: 5.6.0 Added peer_fingerprint and verify_peer_name. verify_peer default changed to TRUE. 5.4.13 Added disable_compression. Requires OpenSSL >= 1.0.0. 5.3.2 Added SNI_enabled and SNI_server_name. 5.0.0 Added capture_peer_cert, capture_peer_chain

fbsql_fetch_lengths

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get the length of each output in a result array fbsql_fetch_lengths ( resource $result ) Stores the lengths of each result column in the last row returned by fbsql_fetch_row(), fbsql_fetch_array() and fbsql_fetch_object() in an array. Parameters: result A result identifier returned by fbsql_query() or fbsql_db_query(). R

Yaf_Session::rewind

(Yaf >=1.0.0) The rewind purpose public void Yaf_Session::rewind ( void ) Returns: This function is currently not documented; only its argument list is available.

timezone_transitions_get

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTimeZone::getTransitions() This function is an alias of: DateTimeZone::getTransitions()

Imagick::spreadImage

(PECL imagick 2.0.0) Randomly displaces each pixel in a block bool Imagick::spreadImage ( float $radius ) Special effects method that randomly displaces each pixel in a block defined by the radius parameter. Parameters: radius Special effects method that randomly displaces each pixel in a block defined by the radius parameter. Returns: Returns TR

Yaf_Dispatcher::getRequest

(Yaf >=1.0.0) Retrive the request instance public Yaf_Request_Abstract Yaf_Dispatcher::getRequest ( void ) Returns:

Yaf_Dispatcher::setRequest

(Yaf >=1.0.0) The setRequest purpose public Yaf_Dispatcher Yaf_Dispatcher::setRequest ( Yaf_Request_Abstract $request ) Parameters: plugin Returns: