PHP

Topic: Variables

What does $GLOBALS means?

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

Browse random answers: