Searched defs:hour (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/date/lib/ |
H A D | timelib.c | 188 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms() 201 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour() 210 void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, double *h) in timelib_hmsf_to_decimal_hour()
|
H A D | timelib.h | 166 int hour; member
|
/PHP-8.1/ext/date/ |
H A D | php_date.stub.php | 16 int $hour, ?int $minute = null, ?int $second = null, 20 int $hour, ?int $minute = null, ?int $second = null, 105 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} 284 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} 383 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTimeIm…
|
/PHP-8.1/ext/intl/calendar/ |
H A D | calendar.stub.php | 238 …public function set(int $year, int $month, int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $mi… 294 …ruct($timezoneOrYear = UNKNOWN, $localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute…
|
/PHP-8.1/ext/intl/dateformat/ |
H A D | dateformat_format.c | 97 hour, in internal_get_timestamp() local
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 41 unsigned int year, month, day, hour, minute, second; member
|
/PHP-8.1/ext/intl/ |
H A D | php_intl.stub.php | 39 …tlCalendar $calendar, int $year, int $month, int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $… 116 …ance($timezoneOrYear = UNKNOWN, $localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute…
|
Completed in 37 milliseconds