1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-02 04:40:47 +00:00
This commit is contained in:
kobus 2018-04-20 09:34:02 +02:00
parent 5429e1d64a
commit cc19e07269

View File

@ -1,7 +1,12 @@
<?php <?php
/**
*
*/
/** /**
* Global variable * Global variable
* http://php.net/manual/en/language.variables.superglobals.php
*/ */
$_SERVER; // SERVER variables $_SERVER; // SERVER variables
$_GET; // Query params $_GET; // Query params