| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
EvTimer::createStopped(PECL ev >= 0.2.0) EvTimer::createStopped — Creates EvTimer stopped watcher object 説明
final
public
static
EvTimer
EvTimer::createStopped
(
double
$after
,
double
$repeat
,
callable
$callback
[,
mixed
$data
= NULL
[,
int
$priority
= 0
]] )Creates EvTimer stopped watcher object. Unlike EvTimer::__construct() , this method doesn't start the watcher automatically. パラメータ
返り値Returns EvTimer watcher object on success. 例例1 Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
<?php 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「EvTimer::createStopped - Creates EvTimer stopped watcher object」をGoogle検索
|