RpcClient::close PHP Method

close() public method

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

Usage Example

Beispiel #1
0
 public function close()
 {
     $this->client->close();
 }
All Usage Examples Of RpcClient::close