Helpers
final class Helpers
Rendering helpers for HTTP.
Constants
internal StrictCookieName |
|
deprecated STRICT_COOKIE_NAME |
|
Methods
static string
formatDate(string|int|DateTimeInterface $time)
Returns HTTP valid date format.
static bool
ipMatch(string $ip, string $mask)
Is IP address in CIDR block?
static
Details
at line 33
static string
formatDate(string|int|DateTimeInterface $time)
Returns HTTP valid date format.
at line 43
static bool
ipMatch(string $ip, string $mask)
Is IP address in CIDR block?
Traits
StaticClass