in PHP by (32.2k points)

What does $GLOBALS mean?

1 Answer

0 votes
by

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

Related questions

+1 vote
asked Jun 22, 2019 in PHP by SakshiSharma (32.2k points)
+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma (32.2k points)
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma (32.2k points)
...