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