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 Values
Returns ExamplesExample #1 SyncMutex::unlock example
See Also
|