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