HomeMenu
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(): true

Return

Always returns true.

Examples

1 · void

<?

$return = readline_clear_history();

var_export($return);
true