downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

readline_clear_history> <readline_callback_handler_remove
[edit] Last updated: Fri, 25 May 2012

view this page in

readline_callback_read_char

(PHP 5 >= 5.1.0)

readline_callback_read_char文字を読み込み、改行を受け取ると readline コールバックインターフェイスに通知する

説明

void readline_callback_read_char ( void )

ユーザーが入力した文字を読み込みます。改行を受け取ると、この関数は readline_callback_handler_install() で インストールされた readline コールバックインターフェイスに対して 入力待ちを通知します。

返り値

値を返しません。

readline コールバックインターフェイスの使用方法についての例は readline_callback_handler_install() を参照ください。

参考



add a note add a note User Contributed Notes readline_callback_read_char
Quis-NOZPAM- at omicidio-NOZPAM- dot nl 02-Aug-2006 04:43
Note that this function is blocking if there is no character to read
If you don`t want to get blocked, you should use the trick with stream_select()

It also only reads one char per call,
So if something else in your script is blocking,
you`ve got a problem

 
show source | credits | stats | sitemap | contact | advertising | mirror sites