MyQEE\Server\RPC\Client::close PHP Method

close() public method

关闭服务
public close ( )
    public function close()
    {
        if ($this->__client) {
            @$this->__client->close();
            $this->__client = null;
        }
    }