Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17987 программистов и 1581 робот. Сейчас ищут 1276 программистов ...
readline_info - Gets/sets various internal readline variables
Вернуться к: Readline Функции
readline_info
(PHP 4, PHP 5, PHP 7)
readline_info — Gets/sets various internal readline variables
Описание
Gets or sets various internal readline variables.
Список параметров
-
varname
-
A variable name.
-
newvalue
-
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 setting readline uses. The elements will be indexed by the following values: done, end, erase_empty_line, library_version, line_buffer, mark, pending_input, point, prompt, readline_name, and terminal_name.
If called with one or two parameters, the old value is returned.
Вернуться к: Readline Функции