Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 317 Bytes

File metadata and controls

37 lines (20 loc) · 317 Bytes
stage prewriting

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