PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Event::add - Makes event pending | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Event::add

(PECL libevent >= 0.0.1)

Event::addMakes event pending

説明

public bool Event::add ([ double $timeout ] )

Marks event pending. Non-pending event will never occur, and the event callback will never be called. In conjuction with Event::del() an event could be re-scheduled by user at any time.

If Event::add() is called on an already pending event, libevent will leave it pending and re-schedule it with the given timeout(if specified). If in this case timeout is not specified, Event::add() has no effect.

パラメータ

timeout

Timeout in seconds.

返り値

Returns TRUE on success. Otherwise FALSE

参考


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Event::add - Makes event pending」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Event::add - Makes event pending」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: