Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 290 Bytes

predefined-variables.md

File metadata and controls

33 lines (17 loc) · 290 Bytes

Predefined variables

PHP provides multiple predefined variables.

Superglobals

$_GLOBALS

$_SERVER

$_GET

$_POST

$_FILES

$_REQUEST

$_SESSION

$_ENV

$_COOKIE

$php_errormsg

$HTTP_RAW_POST_DATA

$http_response_header

$argc

$argv