PHP » PYTHON |
login |
register |
about
|
|
$GLOBALS$GLOBALS — References all variables available in global scope DescriptionAn associative array containing references to all variables which are currently defined in the global scope of the script. The variable names are the keys of the array. Examples
Example #1 $GLOBALS example
<?phpThe above example will output something similar to: $foo in global scope: Example content $foo in current scope: local variable
Notes
|
more
Recently updated
more
Most requested
|