update : 2015.11.03
php.shukuma.com검색:
|
The EvWatcher class(PECL ev >= 0.2.0) 소개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. 클래스 개요
abstract
EvWatcher
{
/* 프로퍼티 */
public
$is_active
;
public
$data
;
public
$is_pending
;
public
$priority
;
/* 메소드 */
}프로퍼티
Table of Contents
|