downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

readline_redisplay> <readline_on_new_line
Last updated: Fri, 20 May 2011

view this page in

readline_read_history

(PHP 4, PHP 5)

readline_read_historyReads the history

Descripción

bool readline_read_history ([ string $filename ] )

This function reads a command history from a file.

Parámetros

filename

Path to the filename containing the command history.

Valores devueltos

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



add a note add a note User Contributed Notes readline_read_history
Anonymous 27-Jan-2011 12:07
Note that the first line in the history file must contain the string: _HiStOrY_V2_

Else it wont work.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites