Variable Scope in PHP
Variable Scope in PHP
MUHAMMED MASHAHIL P
ASSISTANT PROFESSOR
CAS VAZHAKKAD
Variable scope
PHP has three different variable scopes:
• local
• global
• static
Local
Output:-
0
1
2
3
END