GNU Readline
A readline() függvények a GNU Readline könyvtár használatát teszik lehetÅ‘vé PHP-bÅ‘l. Ezek a függvények egy szerkeszthetÅ‘ parancssort nyújtanak. Például ilyen a Bash, ami a kurzormozgató gombok használatával lehetÅ‘séget ad karakterek beszúrására, és a korábban kiadott parancsok visszakérésére. Ezen könyvtár interaktÃv természetébÅ‘l fakadóan kis haszonnal bÃr Web alkalmazások tervezésekor, de hasznos lehet parancssorból futó programok Ãrásakor.
A GNU Readline projekt honlapja a » https://cnswww.cns.cwru.edu/~chet/readline/rltop.html cÃmen található. A honlapot Chet Ramey tartja fent, aki a Bash szerzÅ‘je.
Table of Contents
- readline_add_history — Egy sort ad a 'history'-hoz
- readline_callback_handler_install — Initializes the readline callback interface and terminal, prints the prompt and returns immediately
- readline_callback_handler_remove — Removes a previously installed callback handler and restores terminal settings
- readline_callback_read_char — Reads a character and informs the readline callback interface when a line is received
- readline_clear_history — Törli a 'history'-t
- readline_completion_function — Regisztrál egy kiegészÃtést végzÅ‘ függvényt
- readline_info — Lekér/beállÃt egy belsÅ‘ readline változót
- readline_list_history — A 'history' listázása
- readline_on_new_line — Inform readline that the cursor has moved to a new line
- readline_read_history — Beolvassa a 'history'-t
- readline_redisplay — Redraws the display
- readline_write_history — Kimenti a 'history'-t
- readline — Beolvas egy sort