date_sunset in PHP

Syntax of date_sunset mixed date_sunset(int timestamp[, int format[, float latitude[, float longitude[, float zenith[, float gmt_offset]]]]]) Returns the time of the sunset for the day in timestamp; false on failure. The format parameter determines the format the time is returned as (with a default of SUNFUNCS_RET_STRING), while the latitude, longitude, zenith, and gmt_offset parameters provide … Read more