The EvWatcher classはじめにEvWatcher is a base class for all watchers( EvCheck , EvChild etc.). Since EvWatcher 's constructor is abstract , one can't(and don't need to) create EvWatcher objects directly. クラス概要
EvWatcher
abstract
class EvWatcher
{
/* プロパティ */
public
$is_active;
public
$data;
public
$is_pending;
public
$priority;
/* メソッド */
abstract
public
__construct()
public
int clear()
public
void feed(
int
$revents
)public
EvLoop getLoop()
public
void invoke(
int
$revents
)public
bool keepalive(
bool
$value
= ?)public
void setCallback(
callable
$callback
)public
void start()
public
void stop()
}プロパティ
|