Esempio n. 1
0
 /**
  * @author Krzysztof Bednarczyk
  * @return bool
  */
 public function kill()
 {
     $this->connection->close();
     return true;
 }