appkey = '***********'; $c->secretKey = '*****************'; $req = new HttpdnsGetRequest; $req->putOtherTextParam("name","test"); $req->putOtherTextParam("value",0); var_dump($c->execute($req)); ?>