Searched defs:datetime (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/date/ |
H A D | php_date.stub.php | 104 function strtotime(string $datetime, ?int $baseTimestamp = null): int|false {} 155 string $datetime = "now", ?DateTimeZone $timezone = null): DateTimeImmutable|false {} 159 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false {} 169 function date_parse(string $datetime): array {} 175 function date_parse_from_format(string $format, string $datetime): array {} 223 function timezone_offset_get(DateTimeZone $object, DateTimeInterface $datetime): int {} 254 function date_interval_create_from_date_string(string $datetime): DateInterval|false {} 346 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {} 463 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {} 602 public function getOffset(DateTimeInterface $datetime): int {} [all …]
|
H A D | php_date.c | 1483 static void create_date_period_datetime(timelib_time *datetime, zend_class_entry *ce, zval *zv) in create_date_period_datetime()
|
/php-src/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-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 145 public function format($datetime): string|false {} 153 …public static function formatObject($datetime, $format = null, ?string $locale = null): string|fal…
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 139 …public static function fromDateTime(DateTime|string $datetime, ?string $locale = null): ?IntlCalen…
|
H A D | calendar_methods.cpp | 1003 php_date_obj *datetime; in PHP_FUNCTION() local
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 266 function intlcal_from_date_time(DateTime|string $datetime, ?string $locale = null): ?IntlCalendar {} 369 function datefmt_format(IntlDateFormatter $formatter, $datetime): string|false {} 375 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {}
|
Completed in 38 milliseconds