Ejemplo n.º 1
0
 /**
  * Closes socket
  */
 public function __destruct()
 {
     if ($this->socket) {
         $this->socket->close();
     }
 }