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