update : 2015.11.03
php.shukuma.com검색:
|
SyncSemaphore::unlock(PECL sync >= 1.0.0) SyncSemaphore::unlock — Increases the count of the semaphore 설명
public bool SyncSemaphore::unlock
([ integer
&$prevcount
] )Increases the count of a SyncSemaphore object. 인수
반환값A boolean of TRUE if the unlock operation was successful, FALSE otherwise. 예제Example #1 SyncSemaphore::unlock() example
<?php 위 예제의 출력 예시: ... 참고
|