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.

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_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

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.

readline_clear_history

(PHP 4, PHP 5, PHP 7) Clears the history bool readline_clear_history ( void ) This function clears the entire command line history. Returns: Returns TRUE on success or FALSE on failure.

newt_textbox_set_text

(PECL newt >= 0.1) void newt_textbox_set_text ( resource $textbox, string $text ) Parameters: textbox text Returns: No value is returned. This function is currently not documented; only its argument list is available.

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_textbox_reflowed

(PECL newt >= 0.1) resource newt_textbox_reflowed ( int $left, int $top, char $*text, int $width, int $flex_down, int $flex_up [, int $flags ] ) Parameters: left top *text width flex_down flex_up fla