文件名称:api-client:DB-IP地址查找服务的客户端库
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-28 22:27:22
PHP
dbip-api-client
这是 API服务的官方支持PHP 7.x客户端库。
有关API响应的更多详细信息,请参见
用法
请参阅下面的一些命令行脚本示例,这些示例演示了该库的用法:
IP地址查询
require "dbip-client.class.php" ;
DBIP \ APIKey :: set ( "YOUR_API_KEY_GOES_HERE" );
// get IP address from command line arguments
$ ipAddress = $ argv [ 1 ] or die ( "usage: {$argv[0]}
【文件预览】:
api-client-master
----composer.json(253B)
----LICENSE(26KB)
----examples()
--------key_info.php(198B)
--------address_lookup.php(374B)
--------error_handling.php(394B)
--------what_is_my_ip.php(122B)
--------as_lookup.php(203B)
----dbip-client.class.php(4KB)
----README.md(1KB)