Namespaces

Classes

Arr

Carbon's immutable magic modifier metadata names its base class even though these methods preserve subclasses at runtime.

Provides access to protected and private members of an object.

Core framework service providers loaded for every Hypervel application.

Env

Guesses the MIME type using the PECL extension FileInfo.

Js

ProcessUtils is a bunch of utility methods.

Serializable version of SplPriorityQueue.

Str

Cached string transformations for known-finite inputs.

System information utilities for benchmarking and diagnostics.

Uri
Xml

Interfaces

Functions

string
artisan_binary()

Determine the proper Artisan executable.

at line 28
CarbonInterval
days(int|float $days)

Get the current date / time plus the given number of days.

at line 113
defer(callable|null $callback = null, string|null $name = null, bool $always = false)

Defer execution of the given callback.

at line 38
mixed
enum_value(mixed $value, mixed $default = null)
internal

Return a scalar value for the given value that might be an enum.

at line 22
CarbonInterval
hours(int|float $hours)

Get the current date / time plus the given number of hours.

at line 105
CarbonInterval
microseconds(int|float $microseconds)

Get the current date / time plus the given number of microseconds.

at line 73
CarbonInterval
milliseconds(int|float $milliseconds)

Get the current date / time plus the given number of milliseconds.

at line 81
CarbonInterval
minutes(int|float $minutes)

Get the current date / time plus the given number of minutes.

at line 97
CarbonInterval
months(int $months)

Get the current date / time plus the given number of months.

at line 129
CarbonInterface
now(DateTimeZone|UnitEnum|string|null $tz = null)

Create a new configured Carbon instance for the current time.

at line 65
string
php_binary()

Determine the PHP Binary.

at line 20
CarbonInterval
seconds(int|float $seconds)

Get the current date / time plus the given number of seconds.

at line 89
int
swoole_hook_flags()

Get the Swoole hook flags for coroutine support.

at line 55
CarbonInterval
weeks(int $weeks)

Get the current date / time plus the given number of weeks.

at line 121
CarbonInterval
years(int $years)

Get the current date / time plus the given number of years.

at line 137