这里一共提供了两个函数,get_client_ip
和 get_client_ip_data
。
接下来讲讲它们的用法
获取 IP
<?php
return get_client_ip();
获取 IP 归属地等信息
<?php
$ip = get_client_ip();
return get_client_ip_data($ip);
Nico 发表 2年前
推荐站长试试 https://codex.so/editor 编辑器 感觉比vditor好用...
非常感谢,但貌似不支持markdown
Nico 发表 2年前
推荐站长试试 https://codex.so/editor 编辑器 感觉比vditor好用...
Vditor太醜了吧
ieras 发表 2年前
<?php //获取Ip return get_client_ip(); //获取 IP 归属地等...
在做新的,vditor自带的样式我删了
发表 :2年前 | 修改过
推荐站长试试 https://codex.so/editor 编辑器 感觉比vditor好用多了