ServerBag
final class ServerBag (View source)
Methods
__construct(array $items = [])
all()
array
get(string $key, mixed $default = null)
mixed
host(string $default = 'localhost')
string
scheme()
string
ip(string|null $default = null)
string|null
Details
__construct
__construct(array $items = [])
No description
all
array
all()
No description
get
mixed
get(string $key, mixed $default = null)
No description
host
string
host(string $default = 'localhost')
No description
scheme
string
scheme()
No description
ip
string|null
ip(string|null $default = null)
No description