Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
海朋友,当他们访问我的 php 网站时,我需要用户国家。根据他的国家,当他们上传一些批量信息时,我必须做一些检查。
如何使用 php.ini 找到访问者所在的国家/地区。
PHP 没有内置方法来确定网站访问者的位置。
您可以自动做的最好的事情是在 IP-to-location 数据库中查找他们的 IP 地址。
您可以从 MaxMind 免费获得一台。他们有一个PHP API可用于使用数据库。