diff --git a/language/predefined/variables/argc.xml b/language/predefined/variables/argc.xml index 47e74c8ae2..9f4854cf3b 100644 --- a/language/predefined/variables/argc.xml +++ b/language/predefined/variables/argc.xml @@ -1,7 +1,7 @@ - + - + $argc The number of arguments passed to script @@ -52,7 +52,7 @@ int(4) - + + - + $argv Array of arguments passed to script @@ -61,7 +61,7 @@ array(4) { - + + - + $_COOKIE $HTTP_COOKIE_VARS [deprecated] @@ -91,7 +91,7 @@ Hello Hannes! - + + - + $_ENV $HTTP_ENV_VARS [deprecated] @@ -105,7 +105,7 @@ My username is bjori! - + + - + $_FILES $HTTP_POST_FILES [deprecated] @@ -65,7 +65,7 @@ - + + - + $_GET $HTTP_GET_VARS [deprecated] @@ -90,7 +90,7 @@ Hello Hannes! - + + - + $GLOBALS References all variables available in global scope @@ -59,7 +59,7 @@ $foo in current scope: local variable - + + - + $HTTP_RAW_POST_DATA Raw POST data @@ -14,7 +14,7 @@ See always_populate_raw_post_data - + + - + $http_response_header HTTP response headers @@ -60,7 +60,7 @@ array(9) { - + + - + $php_errormsg The previous error message @@ -55,7 +55,7 @@ Wrong parameter count for strpos() - + + - + $_POST $HTTP_POST_VARS [deprecated] @@ -90,7 +90,7 @@ Hello Hannes! - + + - + $_REQUEST HTTP Request variables @@ -89,7 +89,7 @@ - + + - + $_SERVER $HTTP_SERVER_VARS [deprecated] @@ -533,7 +533,7 @@ www.example.com - + + - + $_SESSION $HTTP_SESSION_VARS [deprecated] @@ -64,7 +64,7 @@ - + + - + Superglobals Superglobals are built-in variables that are always available in all scopes @@ -100,7 +100,7 @@ - +