mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-21 20:35:12 +00:00
Spelling
This commit is contained in:
parent
44e9641f78
commit
69684835b3
@ -55,14 +55,14 @@ switch($arr) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Global variable
|
||||
* Global variables
|
||||
* http://php.net/manual/en/language.variables.superglobals.php
|
||||
*/
|
||||
$_SERVER; // SERVER variables
|
||||
$_GET; // Query params
|
||||
$_POST; // Post fields
|
||||
$_REQUEST; // GET and POST together
|
||||
$GLOBALS; // Collection of global variables
|
||||
$GLOBALS; // Array of global variables
|
||||
$_SESSION; // Browser session
|
||||
$_FILES; // Array of files that are sent in request
|
||||
$_COOKIE; // Array of cookies sent in request
|
||||
|
Loading…
Reference in New Issue
Block a user