ps_shading

(PECL ps >= 1.3.0) Creates a shading for later use int ps_shading ( resource $psdoc, string $type, float $x0, float $y0, float $x1, float $y1, float $c1, float $c2, float $c3, float $c4, string $optlist ) Creates a shading, which can be used by ps_shfill() or ps_shading_pattern(). The color of the shading can be in any color space except for pattern. Parameters: psdoc

m_setdropfile

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set the connection method to Drop-File int m_setdropfile ( resource $conn, string $directory ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). directory An MCVE_CONN resource returned by m_initengine(). Returns:

fbsql_get_autostart_info

(PHP 4 >= 4.0.7, PHP 5, PHP 7) array fbsql_get_autostart_info ([ resource $link_identifier ] ) Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If optional and not specified, the function will try to find an open link to the FrontBase server and if no such link is found it will try to create one as if fbsql_connect() was called with n

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()