SyncSemaphore::lockDecreases the count of the semaphore or waits Description
public bool SyncSemaphore::lock(int
$wait = -1)Decreases the count of a SyncSemaphore object or waits until the semaphore becomes non-zero. Parameters
Return Values
Returns ExamplesExample #1 SyncSemaphore::lock example
See Also
|