close() public method

Close the connection to the server
public close ( )
示例#1
0
文件: Proxy.php 项目: DBezemer/server
 /**
  * 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();
 }