Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<readline_callback_handler_removereadline_clear_history>
Last updated: Tue, 19 Sep 2006

readline_callback_read_char

(PHP 5 >= 5.1.0RC1)

readline_callback_read_char -- Reads a character and informs the readline callback interface when a line is received

Description

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.

Examples

See readline_callback_handler_install() for an example of how to use the readline callback interface.




<readline_callback_handler_removereadline_clear_history>
Last updated: Tue, 19 Sep 2006