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