close() 공개 메소드

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();
 }