Home
last modified time | relevance | path

Searched defs:hour (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/date/lib/
H A Dtimelib.c188 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
209 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour()
218 void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, double *h) in timelib_hmsf_to_decimal_hour()
H A Dtimelib.h166 int hour; member
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat_format.c97 hour, in internal_get_timestamp() local
/PHP-8.2/ext/date/
H A Dphp_date.stub.php112 int $hour, ?int $minute = null, ?int $second = null,
116 int $hour, ?int $minute = null, ?int $second = null,
201 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {}
418 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {}
521 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTimeIm…
/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php438 …public function set(int $year, int $month, int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $mi…
495 …ruct($timezoneOrYear = UNKNOWN, $localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute…
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c41 unsigned int year, month, day, hour, minute, second; member
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php204 …tlCalendar $calendar, int $year, int $month, int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $…
281 …ance($timezoneOrYear = UNKNOWN, $localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute…

Completed in 34 milliseconds