php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
readline.stub.php
Go to the documentation of this file.
1<?php
2
4
9const READLINE_LIB = UNKNOWN;
10
11function readline(?string $prompt = null): string|false {}
12
14function readline_info(?string $var_name = null, $value = null): mixed {}
15
16function readline_add_history(string $prompt): bool {}
17
19
20#ifdef HAVE_HISTORY_LIST
26#endif
27
29
31
32function readline_completion_function(callable $callback): bool {}
33
34
35#ifdef HAVE_RL_CALLBACK_READ_CHAR
36function readline_callback_handler_install(string $prompt, callable $callback): bool {}
37
39
41
43
44#ifdef HAVE_RL_ON_NEW_LINE
46#endif
47#endif
$filename
Definition create.php:9
#define READLINE_LIB
readline(?string $prompt=null)
readline_clear_history()
readline_redisplay()
readline_info(?string $var_name=null, $value=null)
readline_callback_handler_install(string $prompt, callable $callback)
readline_completion_function(callable $callback)
readline_add_history(string $prompt)
readline_callback_handler_remove()
readline_on_new_line()
readline_callback_read_char()
readline_read_history(?string $filename=null)
readline_list_history()
readline_write_history(?string $filename=null)
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))