RpcClient::close PHP Метод

close() публичный Метод

public close ( )
    public function close()
    {
        $this->transport->close();
    }

Usage Example

Пример #1
0
 public function close()
 {
     $this->client->close();
 }
All Usage Examples Of RpcClient::close