rsort

(PHP 4, PHP 5, PHP 7) Sort an array in reverse order bool rsort ( array &$array [, int $sort_flags = SORT_REGULAR ] ) This function sorts an array in reverse order (highest to lowest). Parameters: array The input array. sort_flags You may modify the behavior of the sort using the optional parameter sort_flags, for details see sort(

Yaf_Dispatcher::__sleep

(Yaf >=1.0.0) Yaf_Dispatcher can not be serialized private void Yaf_Dispatcher::__sleep ( void ) Returns:

Yaf_View_Simple::assign

(Yaf >=1.0.0) Assign values public bool Yaf_View_Simple::assign ( string $name [, mixed $value ] ) assign variable to view engine Parameters: name A string or an array. if is string, then the next argument $value is required. value mixed value Returns: Exampl

NumberFormatter::getErrorMessage

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get formatter's last error message. public string NumberFormatter::getErrorMessage ( void ) Object oriented style Procedural style string numfmt_get_error_message ( NumberFormatter $fmt ) Get error message from the last function performed by the formatter. Parameters: fmt NumberFormatter object. Re

PDOStatement::fetchColumn

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0) Returns a single column from the next row of a result set public mixed PDOStatement::fetchColumn ([ int $column_number = 0 ] ) Returns a single column from the next row of a result set or FALSE if there are no more rows. Note: PDOStatement::fetchColumn() should not be used to retrieve boolean columns, as it is impossible to distinguish a value of FALSE from there being

mssql_next_result

(PHP 4 >= 4.0.5, PHP 5, PECL odbtp >= 1.1.1) Move the internal result pointer to the next result bool mssql_next_result ( resource $result_id ) When sending more than one SQL statement to the server or executing a stored procedure with multiple results, it will cause the server to return multiple result sets. This function will test for additional results available form the server. If an additional result set exists it

fam_resume_monitor

(PHP 5 <= 5.0.5) Resume suspended monitoring bool fam_resume_monitor ( resource $fam, resource $fam_monitor ) Resumes monitoring of a resource previously suspended using fam_suspend_monitor(). Parameters: fam A resource representing a connection to the FAM service returned by fam_open() fam_monitor A resource returned by one of the f

GearmanClient::setTimeout

(PECL gearman >= 0.6.0) Set socket I/O activity timeout public bool GearmanClient::setTimeout ( int $timeout ) Sets the timeout for socket I/O activity. Parameters: timeout An interval of time in milliseconds Returns: Always returns TRUE.

fann_get_cascade_min_out_epochs

(PECL fann >= 1.0.0) Returns the minimum out epochs int fann_get_cascade_min_out_epochs ( resource $ann ) The minimum out epochs determines the minimum number of epochs the output connections must be trained after adding a new candidate neuron. The default min out epochs is 50. Parameters: ann Neural network resource. Returns: The minimum out

ImagickDraw::popPattern

(PECL imagick 2.0.0) Terminates a pattern definition bool ImagickDraw::popPattern ( void ) Terminates a pattern definition. Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.