update : 2015.11.03
php.shukuma.com검색:
|
The EvFork class(PECL ev >= 0.2.0) 소개Fork watchers are called when a fork() was detected (usually because whoever signalled libev about it by calling EvLoop::fork() ). The invocation is done before the event loop blocks next and before EvCheck watchers are being called, and only in the child after the fork. Note, that if whoever calling EvLoop::fork() calls it in the wrong process, the fork handlers will be invoked, too. 클래스 개요
EvFork
extends
EvWatcher
{
/* 상속된 프로퍼티 */
public
$is_active
;
public
$data
;
public
$is_pending
;
public
$priority
;
/* 메소드 */
final
public
static
object
createStopped
(
string
$callback
[,
string
$data
[,
string
$priority
]] )/* 상속된 메소드 */
}Table of Contents
|