SyncMutex::unlock

SyncMutex::unlock

(PECL sync >= 1.0.0)

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

all

Specifies whether or not to set the internal counter to zero and therefore release the lock.