phpQueryObject::dumpWhois PHP Method

dumpWhois() public method

public dumpWhois ( )
    public function dumpWhois()
    {
        echo 'DUMP #' . phpQuery::$dumpCount++ . ' ';
        $debug = phpQuery::$debug;
        phpQuery::$debug = false;
        //		print __FILE__.':'.__LINE__."\n";
        var_dump('whois', $this->whois());
        phpQuery::$debug = $debug;
        return $this;
    }