readline_callback_read_char

(PHP 5 >= 5.1.0, PHP 7) Reads a character and informs the readline callback interface when a line is received void readline_callback_read_char ( void ) Reads a character of user input. When a line is received, this function informs the readline callback interface installed using readline_callback_handler_install() that a line is ready for input. Returns: No value is returned.

readline_callback_handler_remove

(PHP 5 >= 5.1.0, PHP 7) Removes a previously installed callback handler and restores terminal settings bool readline_callback_handler_remove ( void ) Removes a previously installed callback handler and restores terminal settings. Returns: Returns TRUE if a previously installed callback handler was removed, or FALSE if one could not be found.

readline_callback_handler_install

(PHP 5 >= 5.1.0, PHP 7) Initializes the readline callback interface and terminal, prints the prompt and returns immediately bool readline_callback_handler_install ( string $prompt, callable $callback ) Sets up a readline callback interface then prints prompt and immediately returns. Calling this function twice without removing the previous callback interface will automatically and conveniently overwrite the old interface.

readline_add_history

(PHP 4, PHP 5, PHP 7) Adds a line to the history bool readline_add_history ( string $line ) This function adds a line to the command line history. Parameters: line The line to be added in the history. Returns: Returns TRUE on success or FALSE on failure.

newt_win_ternary

(PECL newt >= 0.1) int newt_win_ternary ( string $title, string $button1_text, string $button2_text, string $button3_text, string $format [, mixed $args [, mixed $... ]] ) Parameters: title Its description button1_text Its description button2_text Its description button3_text Its de

newt_win_messagev

(PECL newt >= 0.1) void newt_win_messagev ( string $title, string $button_text, string $format, array $args ) Parameters: title button_text format args Returns: No value is returned. This function is currently not documented; o

newt_win_message

(PECL newt >= 0.1) void newt_win_message ( string $title, string $button_text, string $format [, mixed $args [, mixed $... ]] ) Parameters: title button_text format args Returns: No value is returned. This function is currently

newt_win_menu

(PECL newt >= 0.1) int newt_win_menu ( string $title, string $text, int $suggestedWidth, int $flexDown, int $flexUp, int $maxListHeight, array $items, int &$listItem [, string $button1 [, string $... ]] ) Parameters: title text suggestedWidth flexDown flexUp

newt_win_entries

(PECL newt >= 0.1) int newt_win_entries ( string $title, string $text, int $suggested_width, int $flex_down, int $flex_up, int $data_width, array &$items, string $button1 [, string $... ] ) Parameters: title text suggested_width flex_down flex_up

newt_win_choice

(PECL newt >= 0.1) int newt_win_choice ( string $title, string $button1_text, string $button2_text, string $format [, mixed $args [, mixed $... ]] ) Parameters: title button1_text button2_text format args Returns: