SyncSemaphore::unlockIncreases the count of the semaphore Beschreibung
public bool SyncSemaphore::unlock
([ integer
&$prevcount
] )Increases the count of a SyncSemaphore object. Parameter-Liste
RückgabewerteA boolean of TRUE if the unlock operation was successful, FALSE otherwise. BeispieleBeispiel #1 SyncSemaphore::unlock example
<?phpSiehe auch
|