Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16779 программистов и 1635 роботов. Сейчас ищут 1342 программиста ...
readline_list_history - Lists the history
Вернуться к: Readline Функции
readline_list_history
(PHP 4, PHP 5, PHP 7)
readline_list_history — Lists the history
Описание
array readline_list_history
( void
)
Gets the entire command line history.
Возвращаемые значения
Returns an array of the entire command line history. The elements are indexed by integers starting at zero.
Вернуться к: Readline Функции