openssl_free_key

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Free key resource void openssl_free_key ( resource $key_identifier ) openssl_free_key() frees the key associated with the specified key_identifier from memory. Parameters: key_identifier openssl_free_key() frees the key associated with the specified key_identifier from memory. Returns: No value is returned.

Yaf_Controller_Abstract::__construct

(Yaf >=1.0.0) Yaf_Controller_Abstract constructor final private Yaf_Controller_Abstract::__construct ( void ) Yaf_Controller_Abstract::__construct() is final, which means it can not be overridden. You may want to see Yaf_Controller_Abstract::init() instead. Returns: See also: Yaf_Controller_Abstract::init() -

odbc_close_all

(PHP 4, PHP 5, PHP 7) Close all ODBC connections void odbc_close_all ( void ) odbc_close_all() will close down all connections to database server(s). Returns: No value is returned. Notes: This function will fail if there are open transactions on a connection. This connection will remain open in this case.

DateInterval::format

(PHP 5 >= 5.3.0, PHP 7) Formats the interval public string DateInterval::format ( string $format ) Formats the interval. Parameters: format The following characters are recognized in the format parameter string. Each format character must be prefixed by a percent sign (%). format character Description Example values % Literal % % Y Years, numeric, at least 2 digits

stats_rand_gen_chisquare

(PECL stats >= 1.0.0) Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable. float stats_rand_gen_chisquare ( float $df ) Parameters: df Returns: This function is currently not documented; only its argument list is available.

odbc_fetch_array

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Fetch a result row as an associative array array odbc_fetch_array ( resource $result [, int $rownumber ] ) Fetch an associative array from an ODBC query. Parameters: result The result resource from odbc_exec(). rownumber Optionally choose which row number to retrieve. Returns:

ssh2_sftp_symlink

(PECL ssh2 >= 0.9.0) Create a symlink bool ssh2_sftp_symlink ( resource $sftp, string $target, string $link ) Creates a symbolic link named link on the remote filesystem pointing to target. Parameters: sftp An SSH2 SFTP resource opened by ssh2_sftp(). target Target of the symbolic link. link Target

fann_get_cascade_candidate_stagnation_epochs

(PECL fann >= 1.0.0) Returns the number of cascade candidate stagnation epochs float fann_get_cascade_candidate_stagnation_epochs ( resource $ann ) The number of cascade candidate stagnation epochs determines the number of epochs training is allowed to continue without changing the MSE by a fraction of fann_get_cascade_candidate_change_fraction(). See more info about this parameter in fann_get_cascade_candidate_change_f

PDF_endpath

(PHP 4, PECL pdflib >= 1.0.0) End current path bool PDF_endpath ( resource $p ) Ends the current path without filling or stroking it.

dba_open

(PHP 4, PHP 5, PHP 7) Open database resource dba_open ( string $path, string $mode [, string $handler [, mixed $... ]] ) dba_open() establishes a database instance for path with mode using handler. Parameters: path Commonly a regular path in your filesystem. mode It is r for read access, w for read/write access to an already existing da