推荐文档
评价此篇文章
用于检查IP地址是否为百度智能云CDN的节点。
$ip = '1.2.3.4'; $action = 'describeIp'; $resp = $client->ipQuery($action, $ip); print_r($resp);