PHP – date_sunrise() Function
The PHP date_sunrise() function returns the sunrise time for a specified day and location.
The PHP date_sunrise() function returns the sunrise time for a specified day and location.
The PHP date_sunset() function returns the sunset time for a specified day and location.
The PHP date_timestamp_get() function returns the Unix timestamp.
The PHP date_timestamp_set() function sets the date and time based on a Unix timestamp.
The PHP date_timezone_get() function returns the time zone of the given DateTime object.
The PHP date_timezone_set() function sets the time zone for the DateTime object.
The PHP getdate() function returns date/time information of a timestamp or the current local date/time.
The PHP gmdate() function formats a GMT/UTC date and time, and returns the formatted date string.
The PHP gmstrftime() function formats a GMT/UTC time and/or date according to locale settings.
The PHP microtime() function returns the current Unix timestamp with microseconds.
The PHP strftime() function formats a local time and/or date according to locale settings.
The PHP strtotime() function parses an English textual datetime into a Unix timestamp (the number of seconds since January 1 1970 00:00:00 GMT).
The PHP time() function returns the current time in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).