Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ What is the purpose of $GLOBALS variable in PHP?

$GLOBALS − Contains a reference to every variable which is currently available within the global scope of the script. The keys of this array are the names of the global variables.

 147 views

More Questions for you: