SyncMutex::unlockUnlocks the mutex 説明
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. パラメータ
戻り値
成功した場合に 例例1 SyncMutex::unlock example
参考
|