SyncMutex::unlockUnlocks the mutex Description
public bool SyncMutex::unlock
([ bool
$all = false
] )Decreases the internal counter of a SyncMutex object. When the internal counter reaches zero, the actual lock on the object is released. Parameters
Return ValuesA boolean of TRUE if the unlock operation was successful, FALSE otherwise. ExamplesExample #1 SyncMutex::unlock example
<?php See Also
|