Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

readline_clear_history

Description

The readline_clear_history of Readline for PHP clears the history.

Syntax

readline_clear_history(): bool

Return

Returns true on success or false on failure.

Examples

1

<?

$return = readline_clear_history();

var_export($return);

?>
true
HomeMenu