工具类接口
更新时间:2023-05-16
IP查询及节点判断
用于检查IP地址是否为百度智能云CDN的节点。
Plain Text
1 $ip = '1.2.3.4';
2 $action = 'describeIp';
3 $resp = $client->ipQuery($action, $ip);
4 print_r($resp);
评价此篇文章
