close() public méthode

Close the connection to the server
public close ( )
Exemple #1
0
 /**
  * Close the connection to the server
  *
  */
 public function close()
 {
     parent::close();
     $this->negotiated = false;
 }
 /**
  * Close the connection to the server
  *
  */
 public function close()
 {
     $this->log("Closing socket\n\n");
     parent::close();
 }