Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.stub.php101 function strtotime(string $datetime, ?int $baseTimestamp = null): int|false {}
152 string $datetime = "now", ?DateTimeZone $timezone = null): DateTimeImmutable|false {}
156 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false {}
166 function date_parse(string $datetime): array {}
172 function date_parse_from_format(string $format, string $datetime): array {}
220 function timezone_offset_get(DateTimeZone $object, DateTimeInterface $datetime): int {}
251 function date_interval_create_from_date_string(string $datetime): DateInterval|false {}
341 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {}
451 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {}
622 public function getOffset(DateTimeInterface $datetime): int {}
[all …]
H A Dphp_date.c1470 static void create_date_period_datetime(timelib_time *datetime, zend_class_entry *ce, zval *zv) in create_date_period_datetime()
/PHP-8.3/ext/intl/common/
H A Dcommon_date.cpp116 php_date_obj *datetime; in intl_datetime_decompose() local
136 php_date_obj *datetime; in intl_datetime_decompose() local
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat.stub.php176 public function format($datetime): string|false {}
184 …public static function formatObject($datetime, $format = null, ?string $locale = null): string|fal…
/PHP-8.3/ext/intl/calendar/
H A Dcalendar.stub.php256 …public static function fromDateTime(DateTime|string $datetime, ?string $locale = null): ?IntlCalen…
H A Dcalendar_methods.cpp997 php_date_obj *datetime; in PHP_FUNCTION() local
/PHP-8.3/ext/intl/
H A Dphp_intl.stub.php265 function intlcal_from_date_time(DateTime|string $datetime, ?string $locale = null): ?IntlCalendar {}
367 function datefmt_format(IntlDateFormatter $formatter, $datetime): string|false {}
373 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {}

Completed in 50 milliseconds