Junior PHP Developer Question:

Do you know what does $GLOBALS means?

Tweet Share WhatsApp

Answer:

$GLOBALS is associative array including references to all variables which are currently defined in the global scope of the script.

Download Junior PHP Developer PDF Read All 161 Junior PHP Developer Questions
Previous QuestionNext Question
Do you know what is the function mysql_pconnect() usefull for?How to update Memcached when you make changes to PHP?