$GLOBAL-PHP

By | January 18, 2014

It is an associative array containing references to all variables which are defined in the global scope of the script

here variable names are the keys.

examples:

here Global array is accesible outside the function.