|
PHP5中文手册
date_sun_info(PHP 5 >= 5.1.2) date_sun_info — Returns an array with information about sunset/sunrise and twilight begin/end 说明
array date_sun_info
( int $time
, float $latitude
, float $longitude
)
参数
返回值Returns array on success or FALSE on failure. 范例
Example#1 A date_sun_info() example
<?php 上例将输出:
|