|
readline_list_historyLists the history Description
array readline_list_history()
Gets the entire command line history. ParametersThis function has no parameters. Return ValuesReturns an array of the entire command line history. The elements are indexed by integers starting at zero. |