예제 #1
0
 /**
  * remove the queue resource
  *
  * @return bool
  */
 public function remove()
 {
     $this->pipe->close();
     $this->pipe->remove();
 }