update : 2015.11.03
php.shukuma.com검색:
|
date_sunrise(PHP 5, PHP 7) date_sunrise — Returns time of sunrise for a given day and location 설명
mixed date_sunrise
( int
$timestamp
[, int $format = SUNFUNCS_RET_STRING
[, float $latitude = ini_get("date.default_latitude")
[, float $longitude = ini_get("date.default_longitude")
[, float $zenith = ini_get("date.sunrise_zenith")
[, float $gmt_offset = 0
]]]]] )
date_sunrise() returns the sunrise time for a given
day (specified as a 인수
반환값
Returns the sunrise time in a specified 오류/예외모든 날짜/시간 함수 호출은
시간대가 유효하지 않을 때 변경점
예제
Example #1 date_sunrise() example
<?php 위 예제의 출력 예시: Mon Dec 20 2004, sunrise time : 08:54 |