readline_clear_history()
readline_clear_history - Clears the history
Syntax
bool readline_clear_history ()
Arguments
-
Description
This function clears the entire command line history.
Version
PHP 4, 5
Return value
Returns TRUE on success or FALSE on failure.