readline_list_history
PHP Manual
PHP Manual»Readline İşlevleri»readline_list_history

readline_list_history

(PHP 4, PHP 5, PHP 7, PHP 8)

readline_list_historyLists the history

Açıklama

function readline_list_history(): array

Gets the entire command line history.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns an array of the entire command line history. The elements are indexed by integers starting at zero.

To Top