update : 2015.11.03
php.shukuma.com검색:
|
date_sunset(PHP 5, PHP 7) date_sunset — Returns time of sunset for a given day and location 설명
mixed date_sunset
( 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.sunset_zenith")
[, float $gmt_offset = 0
]]]]] )
date_sunset() returns the sunset time for a given
day (specified as a 인수
오류/예외모든 날짜/시간 함수 호출은
시간대가 유효하지 않을 때 변경점
반환값
Returns the sunset time in a specified 예제
Example #1 date_sunset() example
<?php 위 예제의 출력 예시: Mon Dec 20 2004, sunset time : 18:13 |