我的脚本输入纬度和经度值作为GPS坐标。
如何获得当前的当地时间?
是否存在不使用数据库或Web服务的解决方案?
PHP有retrieve location based on a timezone的方法,我想知道反向是否存在
答案 0 :(得分:2)
geonames.org提供了一系列可用于从纬度和经度获取详细信息的网络服务。例如http://ws.geonames.org/timezone?lat=47.01&lng=10.2&style=full
您可以使用PHP代码获取它并解析结果。
有关可用网络服务的详细信息,请参阅http://www.geonames.org/export/ws-overview.html。
答案 1 :(得分:1)