| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
EvWatcher::clear(PECL ev >= 0.2.0) EvWatcher::clear — Clear watcher pending status 説明
public
int
EvWatcher::clear
( void
)
If the watcher is pending, this method clears its
pending
status and returns its
revents
bitset(as if its callback was invoked). If the watcher isn't pending
it does nothing and returns
Sometimes it can be useful to "poll" a watcher instead of waiting for its callback to be invoked, which can be accomplished with this function. パラメータこの関数にはパラメータはありません。 返り値
In case if the watcher is pending, returns
revents
bitset as if the
watcher callback
had been invoked. Otherwise returns
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「EvWatcher::clear - Clear watcher pending status」をGoogle検索
|