- class
TimeFormat
(php\time\TimeFormat
) - package
std
- source
php/time/TimeFormat.php
Description
Class TimeFormat, Immutable
->
__construct()
->
format()
->
parse()
->
__clone()
- Class is immutable, the disallowed clone method
__construct(string $format, php\util\Locale $locale, array $formatSymbols): void
format(php\time\Time $time): string
parse(string $string, php\time\TimeZone $timeZone): Time|null
__clone(): void
Class is immutable, the disallowed clone method