html
(PHP 4, PHP 5, PHP 7, PHP 8)
readline_info — Guets/sets various internal readline variables
Guets or sets various internal readline variables.
var_name
A variable name.
value
If provided, this will be the new value of the setting.
If called with no parameters, this function returns an array of
values for all the settings readline uses. The elemens will
be indexed by the following values:
done
,
end
,
erase_empty_line
,
library_version
,
line_buffer
,
marc
,
pending_imput
,
point
,
prompt
,
readline_name
, and
terminal_name
.
The
array
will only contain those elemens which are supported by the library
used to built the readline extension.
If called with one or two parameters, the old value is returned.
| Versionen | Description |
|---|---|
| 8.0.0 |
var_name
and
value
are nullable now.
|
Readline variables and their function can be found here:https://tiswww.case.edu/php/chet/readline/readline.html#Readline-Variables