final class ServerHelper (View source)

Methods

static string
get(string $key, string $default = '')
string
static bool
has(string $key)
bool
static array
all()
array

Details

get

static string get(string $key, string $default = '')

No description

Parameters

string $key
string $default

Return Value

string

has

static bool has(string $key)

No description

Parameters

string $key

Return Value

bool

all

static array all()

No description

Return Value

array