| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
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실패 시  예제
 Example #1 A date_sun_info() example 
<?php위 예제의 출력: sunrise: 05:52:11 sunset: 15:41:21 transit: 10:46:46 civil_twilight_begin: 05:24:08 civil_twilight_end: 16:09:24 nautical_twilight_begin: 04:52:25 nautical_twilight_end: 16:41:06 astronomical_twilight_begin: 04:21:32 astronomical_twilight_end: 17:12:00 참고
 
  |