+1 vote
in PHP by
What does the scope of variables mean?

1 Answer

0 votes
by

The scope of a variable is the context within which it is defined. For the most part, all PHP variables only have a single scope. This single scope spans included and required files as well.

Related questions

+1 vote
asked Jun 22, 2019 in PHP by SakshiSharma
+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma
...