Searched defs:datetime (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 5 function strtotime(string $datetime, ?int $baseTimestamp = null): int|false {} 33 function date_create(string $datetime = "now", ?DateTimeZone $timezone = null): DateTime|false {} 36 string $datetime = "now", ?DateTimeZone $timezone = null): DateTimeImmutable|false {} 39 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false {} 44 function date_parse(string $datetime): array {} 46 function date_parse_from_format(string $format, string $datetime): array {} 84 function timezone_offset_get(DateTimeZone $object, DateTimeInterface $datetime): int {} 97 function date_interval_create_from_date_string(string $datetime): DateInterval|false {} 143 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {} 343 public function getOffset(DateTimeInterface $datetime) {} [all …]
|
/PHP-8.0/ext/intl/common/ |
H A D | common_date.cpp | 116 php_date_obj *datetime; in intl_datetime_decompose() local 136 php_date_obj *datetime; in intl_datetime_decompose() local
|
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 104 public function format($datetime) {} 112 public static function formatObject($datetime, $format = null, ?string $locale = null) {}
|
/PHP-8.0/ext/intl/calendar/ |
H A D | calendar.stub.php | 56 public static function fromDateTime(DateTime|string $datetime, ?string $locale = null) {}
|
H A D | calendar_methods.cpp | 947 php_date_obj *datetime; in PHP_FUNCTION() local
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 96 function intlcal_from_date_time(DateTime|string $datetime, ?string $locale = null): ?IntlCalendar {} 191 function datefmt_format(IntlDateFormatter $formatter, $datetime): string|false {} 197 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {}
|
Completed in 23 milliseconds