PHP 8.3.4 Released!

readline_read_history

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

readline_read_historyLee el historial

Descripción

readline_read_history(string $filename = ?): bool

Esta función lee el historial de comandos desde un archivo.

Parámetros

archivo

Ubicación del archivo que contiene el historial de comandos.

Valores devueltos

Devuelve true en caso de éxito o false en caso de error.

add a note

User Contributed Notes 1 note

up
-4
Anonymous
13 years ago
Note that the first line in the history file must contain the string: _HiStOrY_V2_

Else it wont work.
To Top