Docs Goabase

Input
in package

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

Properties

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

__wakeup()

public __wakeup() : mixed
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
Return values
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

        
On this page

Search results