readline_list_history
PHP function
Edit on GitHub ✎
(PHP 4, PHP 5, PHP 7, PHP 8)
Lists the history
Description
readline_list_history(): array
Gets the entire command line history.
This function is only available if the readline library PHP was built against provides history listing. This is always the case with GNU Readline and on Windows.
Parameters Parameters
Return Values
Returns an array of the entire command line history. The elements are indexed by integers starting at zero.