Thruway\Transport\TransportInterface::close PHP 메소드

close() 공개 메소드

Close transport
public close ( )
    public function close();

Usage Example

예제 #1
0
 /**
  * Process Shutdown session
  */
 public function shutdown()
 {
     // we want to immediately remove
     // all references
     $this->onClose();
     $this->transport->close();
 }
All Usage Examples Of Thruway\Transport\TransportInterface::close