SyncMutex::unlockUnlocks the mutex Beschreibung
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. Parameter-Liste
RückgabewerteA boolean of TRUE if the unlock operation was successful, FALSE otherwise. BeispieleBeispiel #1 SyncMutex::unlock example
<?phpSiehe auch
|