(PHP 4, PHP 5, PHP 7)
Adds a line to the history
bool readline_add_history ( string $line )
This function adds a line to the command line history.
Parameters:
line
The line to be added in the history.
Returns:
Returns TRUE
on success or FALSE
on failure.
Please login to continue.