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
[edit] Last updated: Fri, 18 May 2012

view this page in

readline_read_history

(PHP 4, PHP 5)

readline_read_historyLiest die History

Beschreibung

bool readline_read_history ([ string $filename ] )

Diese Funktion liest eine Kommandozeilen-History aus einer Datei.

Parameter-Liste

filename

Pfad zur Datei, die die Kommandozeilen-History enthält.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.



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

Else it wont work.

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