Exemplo n.º 1
0
 /**
  * Close the socket
  * 
  * @return void
  */
 public function close()
 {
     if (null !== $this->socket) {
         $this->socket->close();
     }
 }