update : 2015.11.03
php.shukuma.com검색:
|
SyncMutex::unlock(PECL sync >= 1.0.0) SyncMutex::unlock — Unlocks the mutex 설명
public bool SyncMutex::unlock
([ bool
$all
] )Decreases the internal counter of a SyncMutex object. When the internal counter reaches zero, the actual lock on the object is released. 인수
반환값A boolean of TRUE if the unlock operation was successful, FALSE otherwise. 예제Example #1 SyncMutex::unlock() example
<?php 참고
|