A factory to generate Carbon instances with common settings.
<autodoc generated by composer phpdoc
>
Methods | ||
---|---|---|
public
|
__construct(array $settings = [], ?string $className = null)
|
# |
public
|
getClassName(): string
|
# |
public
|
setClassName(string $className): self
|
# |
public
|
className(?string $className = null): self|string
|
# |
public
|
getSettings(): array
|
# |
public
|
setSettings(array $settings): self
|
# |
public
|
settings(?array $settings = null): self|array
|
# |
public
|
mergeSettings(array $settings): self
|
# |
public
|
setHumanDiffOptions(int $humanDiffOptions): void
|
# |
public
|
enableHumanDiffOption($humanDiffOption): void
|
# |
public
|
disableHumanDiffOption(int $humanDiffOption): void
|
# |
public
|
getHumanDiffOptions(): int
|
# |
public
|
macro(string $name, ?callable $macro): void
|
# |
public
|
resetMacros(): void
|
# |
public
|
genericMacro(callable $macro, int $priority = 0): void
|
# |
public
|
hasMacro(string $name): bool
|
# |
public
|
getMacro(string $name): ?callable
|
# |
public
|
setTranslator(TranslatorInterface $translator): void
|
# |
public
|
getTranslator(): TranslatorInterface
|
# |
public
|
resetToStringFormat(): void
|
# |
public
|
setToStringFormat(string|Closure|null $format): void
|
# |
public
|
serializeUsing(string|callable|null $format): void
|
# |
public
|
useStrictMode(bool $strictModeEnabled = true): void
|
# |
public
|
isStrictModeEnabled(): bool
|
# |
public
|
useMonthsOverflow(bool $monthsOverflow = true): void
|
# |
public
|
resetMonthsOverflow(): void
|
# |
public
|
shouldOverflowMonths(): bool
|
# |
public
|
useYearsOverflow(bool $yearsOverflow = true): void
|
# |
public
|
resetYearsOverflow(): void
|
# |
public
|
shouldOverflowYears(): bool
|
# |
public
|
getWeekendDays(): array
|
# |
public
|
setWeekendDays(array $days): void
|
# |
public
|
hasFormat(string $date, string $format): bool
|
# |
public
|
hasFormatWithModifiers(string $date, string $format): bool
|
# |
public
|
setTestNow(DateTimeInterface|Closure|static|string|false|null $testNow = null): void
|
# |
public
|
setTestNowAndTimezone(DateTimeInterface|Closure|static|string|false|null $testNow = null, $timezone = null): void
|
# |
public
|
withTestNow<T>(DateTimeInterface|Closure|static|string|false|null $testNow, Closure(): T $callback): T
|
# |
public
|
getTestNow(): Closure|CarbonInterface|null
|
# |
public
|
handleTestNowClosure(
Closure|CarbonInterface|null $testNow,
DateTimeZone|string|int|null $timezone = null,
): ?CarbonInterface
|
# |
public
|
hasTestNow(): bool
|
# |
public
|
withTimeZone(DateTimeZone|string|int|null $timezone): static
|
# |
public
|
__call(string $name, array $arguments): mixed
|
# |
protected
|
getMockedTestNow(DateTimeZone|string|int|null $timezone): ?CarbonInterface
|
# |
public
|
canBeCreatedFromFormat(?string $date, string $format): bool
|
# |
public
|
create($year = 0, $month = 1, $day = 1, $hour = 0, $minute = 0, $second = 0, $timezone = null): ?Carbon
|
# |
public
|
createFromDate($year = null, $month = null, $day = null, $timezone = null): Carbon
|
# |
public
|
createFromFormat($format, $time, $timezone = null): ?Carbon
|
# |
public
|
createFromIsoFormat(
string $format,
string $time,
$timezone = null,
?string $locale = "'en'",
?TranslatorInterface $translator = null,
): ?Carbon
|
# |
public
|
createFromLocaleFormat(string $format, string $locale, string $time, $timezone = null): ?Carbon
|
# |
public
|
createFromLocaleIsoFormat(string $format, string $locale, string $time, $timezone = null): ?Carbon
|
# |
public
|
createFromTime($hour = 0, $minute = 0, $second = 0, $timezone = null): Carbon
|
# |
public
|
createFromTimeString(string $time, DateTimeZone|string|int|null $timezone = null): Carbon
|
# |
public
|
createFromTimestamp(string|int|float $timestamp, DateTimeZone|string|int|null $timezone = null): Carbon
|
# |
public
|
createFromTimestampMs(string|int|float $timestamp, DateTimeZone|string|int|null $timezone = null): Carbon
|
# |
public
|
createFromTimestampMsUTC($timestamp): Carbon
|
# |
public
|
createFromTimestampUTC(string|int|float $timestamp): Carbon
|
# |
public
|
createMidnightDate($year = null, $month = null, $day = null, $timezone = null): Carbon
|
# |
public
|
createSafe(
$year = null,
$month = null,
$day = null,
$hour = null,
$minute = null,
$second = null,
$timezone = null,
): ?Carbon
|
# |
public
|
createStrict(
?int $year = 0,
?int $month = 1,
?int $day = 1,
?int $hour = 0,
?int $minute = 0,
?int $second = 0,
$timezone = null,
): Carbon
|
# |
public
|
executeWithLocale(string $locale, callable $func): mixed
|
# |
public
|
fromSerialized($value): Carbon
|
# |
public
|
getAvailableLocales(): array
|
# |
public
|
getAvailableLocalesInfo(): Language[]
|
# |
public
|
getDays(): array
|
# |
public
|
getFallbackLocale(): ?string
|
# |
public
|
getFormatsToIsoReplacements(): array
|
# |
public
|
getIsoUnits(): array
|
# |
public
|
getLastErrors(): array|false
|
# |
public
|
getLocale(): string
|
# |
public
|
getMidDayAt(): int
|
# |
public
|
getTimeFormatByPrecision(string $unitPrecision): string
|
# |
public
|
getTranslationMessageWith(
$translator,
string $key,
?string $locale = null,
?string $default = null,
): string|Closure|null
|
# |
public
|
getWeekEndsAt(?string $locale = null): int
|
# |
public
|
getWeekStartsAt(?string $locale = null): int
|
# |
public
|
hasRelativeKeywords(?string $time): bool
|
# |
public
|
instance(DateTimeInterface $date): Carbon
|
# |
public
|
isImmutable(): bool
|
# |
public
|
isModifiableUnit($unit): bool
|
# |
public
|
isMutable(): bool
|
# |
public
|
localeHasDiffOneDayWords(string $locale): bool
|
# |
public
|
localeHasDiffSyntax(string $locale): bool
|
# |
public
|
localeHasDiffTwoDayWords(string $locale): bool
|
# |
public
|
localeHasPeriodSyntax($locale): bool
|
# |
public
|
localeHasShortUnits(string $locale): bool
|
# |
public
|
make($var, DateTimeZone|string|null $timezone = null): ?Carbon
|
# |
public
|
mixin(object|string $mixin): void
|
# |
public
|
now(DateTimeZone|string|int|null $timezone = null): Carbon
|
# |
public
|
parse(
DateTimeInterface|WeekDay|Month|string|int|float|null $time,
DateTimeZone|string|int|null $timezone = null,
): Carbon
|
# |
public
|
parseFromLocale(string $time, ?string $locale = null, DateTimeZone|string|int|null $timezone = null): Carbon
|
# |
public
|
pluralUnit(string $unit): string
|
# |
public
|
rawCreateFromFormat(string $format, string $time, $timezone = null): ?Carbon
|
# |
public
|
rawParse(
DateTimeInterface|WeekDay|Month|string|int|float|null $time,
DateTimeZone|string|int|null $timezone = null,
): Carbon
|
# |
public
|
setFallbackLocale(string $locale): void
|
# |
public
|
setLocale(string $locale): void
|
# |
public
|
setMidDayAt($hour): void
|
# |
public
|
singularUnit(string $unit): string
|
# |
public
|
sleep(int|float $seconds): void
|
# |
public
|
today(DateTimeZone|string|int|null $timezone = null): Carbon
|
# |
public
|
tomorrow(DateTimeZone|string|int|null $timezone = null): Carbon
|
# |
public
|
translateTimeString(
string $timeString,
?string $from = null,
?string $to = null,
int $mode = CarbonInterface::TRANSLATE_ALL,
): string
|
# |
public
|
translateWith(TranslatorInterface $translator, string $key, array $parameters = [], $number = null): string
|
# |
public
|
yesterday(DateTimeZone|string|int|null $timezone = null): Carbon
|
# |
Properties | |||
---|---|---|---|
protected
|
string
|
$className = Carbon::class
|
# |
protected
|
array
|
$settings = []
|
# |
protected
|
Closure|CarbonInterface|null
|
$testNow = null
|
# |
protected
|
?string
|
$testDefaultTimezone = null
|
# |
protected
|
bool
|
$useTimezoneFromTestNow = false
|
# |
protected
|
TranslatorInterface
|
$translator
|
# |
protected
|
array
|
$weekendDays = [CarbonInterface::SATURDAY, CarbonInterface::SUNDAY]
|
# |
protected
|
array<string, string>
|
$regexFormats = [
'd' => '(3[01]|[12][0-9]|0[1-9])',
'D' => '(Sun|Mon|Tue|Wed|Thu|Fri|Sat)',
'j' => '([123][0-9]|[1-9])',
'l' => '([a-zA-Z]{2,})',
'N' => '([1-7])',
'S' => '(st|nd|rd|th)',
'w' => '([0-6])',
'z' => '(36[0-5]|3[0-5][0-9]|[12][0-9]{2}|[1-9]?[0-9])',
'W' => '(5[012]|[1-4][0-9]|0?[1-9])',
'F' => '([a-zA-Z]{2,})',
'm' => '(1[012]|0[1-9])',
'M' => '([a-zA-Z]{3})',
'n' => '(1[012]|[1-9])',
't' => '(2[89]|3[01])',
'L' => '(0|1)',
'o' => '([1-9][0-9]{0,4})',
'Y' => '([1-9]?[0-9]{4})',
'y' => '([0-9]{2})',
'a' => '(am|pm)',
'A' => '(AM|PM)',
'B' => '([0-9]{3})',
'g' => '(1[012]|[1-9])',
'G' => '(2[0-3]|1?[0-9])',
'h' => '(1[012]|0[1-9])',
'H' => '(2[0-3]|[01][0-9])',
'i' => '([0-5][0-9])',
's' => '([0-5][0-9])',
'u' => '([0-9]{1,6})',
'v' => '([0-9]{1,3})',
'e' => '([a-zA-Z]{1,5})|([a-zA-Z]*\\/[a-zA-Z]*)',
'I' => '(0|1)',
'O' => '([+-](1[0123]|0[0-9])[0134][05])',
'P' => '([+-](1[0123]|0[0-9]):[0134][05])',
'p' => '(Z|[+-](1[0123]|0[0-9]):[0134][05])',
'T' => '([a-zA-Z]{1,5})',
'Z' => '(-?[1-5]?[0-9]{1,4})',
'U' => '([0-9]*)',
'c' => '(([1-9]?[0-9]{4})-(1[012]|0[1-9])-(3[01]|[12][0-9]|0[1-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])[+-](1[012]|0[0-9]):([0134][05]))',
'r' => '(([a-zA-Z]{3}), ([123][0-9]|0[1-9]) ([a-zA-Z]{3}) ([1-9]?[0-9]{4}) (2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9]) [+-](1[012]|0[0-9])([0134][05]))',
]
|
# |
protected
|
array
|
$regexFormatModifiers = [
'*' => '.+',
' ' => '[ ]',
'#' => '[;:\\/.,()-]',
'?' => '([^a]|[a])',
'!' => '',
'|' => '',
'+' => '',
]
|
# |