SyncSemaphore::unlockIncreases the count of the semaphore Description
public bool SyncSemaphore::unlock
([ integer
&$prevcount
] )Increases the count of a SyncSemaphore object. Parameters
Return ValuesA boolean of TRUE if the unlock operation was successful, FALSE otherwise. ExamplesExample #1 SyncSemaphore::unlock example
<?php See Also
|