Yaf_Config_Abstract::readonly

(Yaf >=1.0.0) Find a config whether readonly abstract public bool Yaf_Config_Abstract::readonly ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Loader::__clone

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

rrd_last

(PECL rrd >= 0.9.0) Gets unix timestamp of the last sample. int rrd_last ( string $filename ) Returns the UNIX timestamp of the most recent update of the RRD database. Parameters: filename RRD database file name. Returns: Integer as unix timestamp of the most recent data from the RRD database.

openssl_pkey_get_details

(PHP 5 >= 5.2.0, PHP 7) Returns an array with the key details array openssl_pkey_get_details ( resource $key ) This function returns the key details (bits, key, type). Parameters: key Resource holding the key. Returns: Returns an array with the key details in success or FALSE in failure. Returned array has indexes bits (number of bits), key (s

ocifreecursor

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_free_statement() Alias of oci_free_statement() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

radius_server_secret

(PECL radius >= 1.1.0) Returns the shared secret string radius_server_secret ( resource $radius_handle ) The shared secret is needed as salt for demangling mangled data like passwords and encryption-keys. Returns: Returns the server's shared secret as string, or FALSE on error.

stats_dens_t

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

m_uwait

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Wait x microsecs int m_uwait ( int $microsecs ) Parameters: microsecs Returns: This function is currently not documented; only its argument list is available.

PDF_set_info_keywords

(PHP 4, PECL pdflib >= 1.0.0) Fill the keywords document info field [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_info() instead.

fbsql_rows_fetched

(PHP 5, PHP 7 >= 5.1.0) Get the number of rows affected by the last statement int fbsql_rows_fetched ( resource $result ) Gets the number of rows affected by the last statement. Parameters: result A result identifier returned by fbsql_query() or fbsql_db_query(). Returns: Returns the number of rows, as an integer.