![]() |
GNU Readline Funktionen |
|
| |
|
|
| string readline ([string prompt])
(PHP 4 >= 4.0b4) Es wird eine Zeile gelesen |
|
|
| void readline_add_history (string zeile)
(PHP 4 >= 4.0b4) Es wird eine Zeile zur History hinzugenommen |
|
|
| bool readline_clear_history ()
(PHP 4 >= 4.0b4) Es wird die History gelöscht |
|
|
| bool readline_completion_function (string zeile)
(PHP 4 >= 4.0b4) Es wird eine Vervollständigungsfunktion registriert |
|
|
| mixed readline_info ([string varname [, string neuerwert]])
(PHP 4 >= 4.0b4) Es werden verschiedene Variablen gelesen oder gesetzt |
|
|
| array readline_list_history ()
(PHP 4 >= 4.0b4) Es wird die History ausgegeben |
|
|
| bool readline_read_history (string dateiname)
(PHP 4 >= 4.0b4) Es wird die History ausgelesen |
|
|
| bool readline_write_history (string dateiname)
(PHP 4 >= 4.0b4) Es wird die History beschrieben |
|
| |
| weiter: |
|
| zurück: |
|