update : 2015.11.03
php.shukuma.com

검색:
 
 
Reads a character and informs the readline callback interface when a line is received

readline_callback_read_char

(PHP 5 >= 5.1.0)

readline_callback_read_charReads 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.

반환값

값을 반환하지 않습니다.

예제

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

참고