Question:What does $GLOBALS means?
Answer $GLOBALS is associative array including references to all variables which are currently defined in the global scope of the script.
+ Report
What does $GLOBALS means?