返回 2013 年 1 月 1 日纬度 31.7667、经度 35.2333 的日落/日出和黄昏开始/结束的信息:
<?php
$sun_info=date_sun_info(strtotime("2013-01-01"),31.7667,35.2333);
foreach ($sun_info as $key=>$val)
{
echo "$key: " . date("H:i:s",$val) . "<br>";
}
?>
亲自试一试 »
date_sun_info() 函数返回一个数组,其中包含有关指定日期和位置的日落/日出和黄昏开始/结束的信息。
提示:看着那(这日期_日出()函数返回指定日期和地点的日出时间。
提示:看着那(这日期_日落()函数返回指定日期和地点的日落时间。
date_sun_info(
timestamp, latitude, longitude)
Parameter | Description |
---|---|
timestamp | Required. Specifies a timestamp |
latitude | Required. Specifies the latitude in degrees |
longitude | Required. Specifies the longitude in degrees |
返回值: | 成功时返回一个数组。失败时为 FALSE |
---|---|
PHP 版本: | 5.1.2+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!