Table of Contents
Properties
-
$cookie
: array<string|int, mixed>
-
$env
: array<string|int, mixed>
-
$get
: array<string|int, mixed>
-
$instance
: self|null
-
$post
: array<string|int, mixed>
-
$request
: array<string|int, mixed>
-
$server
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
__wakeup()
: mixed
-
cookie()
: mixed
-
env()
: mixed
-
get()
: mixed
-
getInstance()
: self
-
post()
: mixed
-
request()
: mixed
-
server()
: mixed
-
__clone()
: mixed
-
checkGlobal()
: mixed
$cookie
private
array<string|int, mixed>
$cookie
$env
private
array<string|int, mixed>
$env
$get
private
array<string|int, mixed>
$get
$instance
private
static self|null
$instance
= null
$post
private
array<string|int, mixed>
$post
$request
private
array<string|int, mixed>
$request
$server
private
array<string|int, mixed>
$server
__construct()
public
__construct() : mixed
__wakeup()
public
__wakeup() : mixed
cookie()
public
cookie([string|null $key = null ][, mixed $default = null ]) : mixed
Parameters
-
$key
: string|null
= null
-
-
$default
: mixed
= null
-
env()
public
env([string|null $key = null ][, mixed $default = null ]) : mixed
Parameters
-
$key
: string|null
= null
-
-
$default
: mixed
= null
-
get()
public
get([string|null $key = null ][, mixed $default = null ]) : mixed
Parameters
-
$key
: string|null
= null
-
-
$default
: mixed
= null
-
getInstance()
public
static getInstance() : self
post()
public
post([string|null $key = null ][, mixed $default = null ]) : mixed
Parameters
-
$key
: string|null
= null
-
-
$default
: mixed
= null
-
request()
public
request([string|null $key = null ][, mixed $default = null ]) : mixed
Parameters
-
$key
: string|null
= null
-
-
$default
: mixed
= null
-
server()
public
server([string|null $key = null ][, mixed $default = null ]) : mixed
Parameters
-
$key
: string|null
= null
-
-
$default
: mixed
= null
-
__clone()
private
__clone() : mixed
checkGlobal()
private
checkGlobal(array<string|int, mixed> $global[, mixed $key = null ][, mixed $default = null ]) : mixed
Parameters
-
$global
: array<string|int, mixed>
-
-
$key
: mixed
= null
-
-
$default
: mixed
= null
-