Google API 国家/地区检测 PHP
如何使用 Google API 获取国家/地区?我看过Javascript版本。但我需要使用 PHP。我怎样才能得到这个?
我需要最简单、快速的方法来在 PHP 中获取国家/地区。
你有什么建议?
How can I get country with Google API? I have seen Javascript version. But I need to get by PHP. How can I get this?
I need most simple and fast way to get Country in PHP.
What can you suggest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 PHP 中的地理编码 API Web 服务和 cURL,您将能够传递带有正确参数的 url,以 json 或 xml 形式返回您想要的结果。
请参阅:
Using the Geocoding API Web Service and cURL in php, you'll be able to pass a url through with the right parameters to return, either in json or xml, the result that you want.
See: