Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
server
PHP Class server, kirby
Mostra file
Open project: bastianallgeier/kirby
Class Usage Examples
Public Methods
Method
Description
get
(
mixed
$key
= false,
mixed
$default
= null ) :
mixed
Gets a value from the _SERVER array
Method Details
get()
static
public
method
Gets a value from the _SERVER array
static
public
get
(
mixed
$key
= false,
mixed
$default
= null ) :
mixed
$key
mixed
The key to look for. Pass false or null to return the entire server array.
$default
mixed
Optional default value, which should be returned if no element has been found
return
mixed