Get PHP Timezone Name from Latitude and Longitude?(从纬度和经度获取 PHP 时区名称?)
本文介绍了从纬度和经度获取 PHP 时区名称?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法通过纬度和经度获取用户的时区?不仅仅是偏移量,还有它们所在的实际时区.
Is there a way get the timezone of a user by their latitude and longitude? And not just the offset, but the actual timezone they're in.
本质上,我正在寻找与 DateTimeZone::getLocation 完全相反的方法,它返回某个时区的纬度和经度.
Essentially, I'm searching for the polar opposite of DateTimeZone::getLocation which returns the latitude and longitude for a certain timezone.
推荐答案
地名应该可以很好地完成这项工作:
Geonames should do the job nicely:
http://www.geonames.org/
他们还有一个 php 库.
They've also got a php library.
这篇关于从纬度和经度获取 PHP 时区名称?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
沃梦达教程
本文标题为:从纬度和经度获取 PHP 时区名称?


猜你喜欢
- PHP Count 布尔数组中真值的数量 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- Laravel 仓库 2022-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01