SyncSemaphore::lockDecreases the count of the semaphore or waits 説明
public bool SyncSemaphore::lock(int
$wait = -1)Decreases the count of a SyncSemaphore object or waits until the semaphore becomes non-zero. パラメータ
戻り値
成功した場合に 例例1 SyncSemaphore::lock example
参考
|