update : 2015.11.03
php.shukuma.com검색:
|
The EvChild class(PECL ev >= 0.2.0) 소개
EvChild
watchers trigger when the process receives a
It is allowed to register EvChild watchers in the default loop only. 클래스 개요
EvChild
extends
EvWatcher
{
/* 프로퍼티 */
public
$pid
;
public
$rpid
;
public
$rstatus
;
/* 상속된 프로퍼티 */
public
$is_active
;
public
$data
;
public
$is_pending
;
public
$priority
;
/* 메소드 */
public
__construct
(
int
$pid
,
bool
$trace
,
callable
$callback
[,
mixed
$data
= NULL
[,
int
$priority
= 0
]] )
final
public
static
object
createStopped
(
int
$pid
,
bool
$trace
,
callable
$callback
[,
mixed
$data
[,
int
$priority
]] )/* 상속된 메소드 */
}프로퍼티
Table of Contents
|