readline_redisplay> <readline_on_new_line
Last updated: Fri, 24 Feb 2012

readline_read_history

(PHP 4, PHP 5)

readline_read_historyLê a história

Descrição

bool readline_read_history ([ string $filename ] )

Esta função lê a história dos comandos de um arquivo.

Parâmetros

filename

Caminho para o nome do arquivo contendo o histórico de comando.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.



User Contributed Notes
readline_read_history
Anonymous
26-Jan-2011 02:07
Note that the first line in the history file must contain the string: _HiStOrY_V2_

Else it wont work.

readline_redisplay> <readline_on_new_line
Last updated: Fri, 24 Feb 2012