release() 공개 메소드

release lock
public release ( ) : boolean
리턴 boolean
 public function release($server, $loop)
 {
     return $this->sem->release();
 }
예제 #2
0
 public function testReleaseException()
 {
     $this->setExpectedException("RuntimeException");
     $this->lock->release();
 }