update : 2015.11.03
php.shukuma.com검색:
|
SyncEvent::__construct(PECL sync >= 1.0.0) SyncEvent::__construct — Constructs a new SyncEvent object 설명
public SyncEvent::__construct
([ string
$name
[, bool $manual
]] )Constructs a named or unnamed event object. 인수
반환값The new SyncEvent object. An exception is thrown if the event object cannot be created or opened. 예제Example #1 SyncEvent::__construct() example
<?php 참고
|