Clears the history
Syntax
readline_clear_history(): bool
Return
Returns true on success or false on failure.
Examples
<? $return = readline_clear_history(); var_export($return); ?>
true
Clears the history
readline_clear_history(): bool
Returns true on success or false on failure.
<? $return = readline_clear_history(); var_export($return); ?>
true