|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
| readline (?string $prompt=null) | |
| readline_info (?string $var_name=null, $value=null) | |
| readline_add_history (string $prompt) | |
| readline_clear_history () | |
| readline_list_history () | |
| readline_read_history (?string $filename=null) | |
| readline_write_history (?string $filename=null) | |
| readline_completion_function (callable $callback) | |
| readline_callback_handler_install (string $prompt, callable $callback) | |
| readline_callback_read_char () | |
| readline_callback_handler_remove () | |
| readline_redisplay () | |
| readline_on_new_line () | |
Variables | |
| const | READLINE_LIB = UNKNOWN |
| readline | ( | ?string | $prompt = null | ) |
Definition at line 11 of file readline.stub.php.
| readline_add_history | ( | string | $prompt | ) |
Definition at line 16 of file readline.stub.php.
| readline_callback_handler_install | ( | string | $prompt, |
| callable | $callback ) |
Definition at line 36 of file readline.stub.php.
| readline_callback_handler_remove | ( | ) |
Definition at line 40 of file readline.stub.php.
| readline_callback_read_char | ( | ) |
Definition at line 38 of file readline.stub.php.
| readline_clear_history | ( | ) |
Definition at line 18 of file readline.stub.php.
| readline_completion_function | ( | callable | $callback | ) |
Definition at line 32 of file readline.stub.php.
| readline_info | ( | ?string | $var_name = null, |
| $value = null ) |
| int | string | bool | null | $value |
Definition at line 14 of file readline.stub.php.
| readline_list_history | ( | ) |
Definition at line 25 of file readline.stub.php.
| readline_on_new_line | ( | ) |
Definition at line 45 of file readline.stub.php.
| readline_read_history | ( | ?string | $filename = null | ) |
Definition at line 28 of file readline.stub.php.
| readline_redisplay | ( | ) |
Definition at line 42 of file readline.stub.php.
| readline_write_history | ( | ?string | $filename = null | ) |
Definition at line 30 of file readline.stub.php.
| const READLINE_LIB = UNKNOWN |
Definition at line 9 of file readline.stub.php.