Command Line Specific Extensions
Introducción
Command Line Specific Extensions
PHP Manual
GNU Readline
Introducción
Installing/Configuring
Instalación
Configuración en tiempo de ejecución
Tipos de recursos
Constantes predefinidas
Readline
— GNU Readline Functions
readline_add_history
— Añade una línea al historial
readline_callback_handler_install
— Initializes the readline callback interface and terminal, prints the prompt and returns immediately
readline_callback_handler_remove
— Removes a previously installed callback handler and restores terminal settings
readline_callback_read_char
— Reads a character and informs the readline callback interface when a line is received
readline_clear_history
— Borra el historial
readline_completion_function
— Registra una función de completitud
readline_info
— Establece/Obtiene diversas variables internas de readline
readline_list_history
— Lista el historial
readline_on_new_line
— Inform readline that the cursor has moved to a new line
readline_read_history
— Lee el historial
readline_redisplay
— Redraws the display
readline_write_history
— Escribe el historial
readline
— Lee una línea
Command Line Specific Extensions
Introducción
Command Line Specific Extensions
PHP Manual