Input
in package
FinalYes
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
- cookie() : mixed
- env() : mixed
- get() : mixed
- getInstance() : self
- post() : mixed
- request() : mixed
- server() : mixed
- checkGlobal() : mixed
Properties
$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
Methods
__construct()
public
__construct() : 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 ][, null|string $default = null ]) : mixed
Parameters
- $key : string|null = null
- $default : null|string = null
get()
public
get([string|null $key = null ][, int|null|string $default = null ]) : mixed
Parameters
- $key : string|null = null
- $default : int|null|string = null
getInstance()
public
static getInstance() : self
Return values
selfpost()
public
post([string|null $key = null ][, int|string|null $default = null ]) : mixed
Parameters
- $key : string|null = null
- $default : int|string|null = null
request()
public
request([string|null $key = null ][, int|null|string $default = null ]) : mixed
Parameters
- $key : string|null = null
- $default : int|null|string = null
server()
public
server([string|null $key = null ][, null|string $default = null ]) : mixed
Parameters
- $key : string|null = null
- $default : null|string = null
checkGlobal()
private
checkGlobal(array<string|int, mixed> $global[, string|null $key = null ][, mixed|null $default = null ]) : mixed
Parameters
- $global : array<string|int, mixed>
- $key : string|null = null
- $default : mixed|null = null