Junior PHP Developer Question:
Do you know 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.
Previous Question | Next Question |
Do you know what is the function mysql_pconnect() usefull for? | How to update Memcached when you make changes to PHP? |