date_sun_info

(PHP 5 >= 5.1.2, PHP 7) Returns an array with information about sunset/sunrise and twilight begin/end array date_sun_info ( int $time, float $latitude, float $longitude ) Parameters: time Timestamp. latitude Latitude in degrees. longitude Longitude in degrees. Returns: Retur

date_sub

(PHP 5 >= 5.3.0, PHP 7) Alias of DateTime::sub() This function is an alias of: DateTime::sub()

date_parse

(PHP 5 >= 5.2.0, PHP 7) Returns associative array with detailed info about given date array date_parse ( string $date ) Parameters: date Date in format accepted by strtotime(). Returns: Returns array with information about the parsed date on success or FALSE on failure. Exception: In case the date format has an

date_parse_from_format

(PHP 5 >= 5.3.0, PHP 7) Get info about given date formatted according to the specified format array date_parse_from_format ( string $format, string $date ) Returns associative array with detailed info about given date. Parameters: format Format accepted by DateTime::createFromFormat(). date String representing the date.

date_offset_get

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTime::getOffset() This function is an alias of: DateTime::getOffset()

date_modify

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTime::modify() This function is an alias of: DateTime::modify()

date_isodate_set

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTime::setISODate() This function is an alias of: DateTime::setISODate()

date_interval_format

(PHP 5 >= 5.3.0, PHP 7) Alias of DateInterval::format() This function is an alias of: DateInterval::format()

date_interval_create_from_date_string

(PHP 5 >= 5.3.0, PHP 7) Alias of DateInterval::createFromDateString() This function is an alias of: DateInterval::createFromDateString()

date_get_last_errors

(PHP 5 >= 5.3.0, PHP 7) Alias of DateTime::getLastErrors() This function is an alias of: DateTime::getLastErrors()