Funciones Readline
PHP Manual

readline_add_history

(PHP 4, PHP 5)

readline_add_historyAdds a line to the history

Descripción

bool readline_add_history ( string $line )

This function adds a line to the command line history.

Parámetros

line

The line to be added in the history.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.


Funciones Readline
PHP Manual