4.1 PHP Variables Scope | PHP Full Course with Project | Basic Module
Опубликовано: 03 Октябрь 2024 на канале: AR Shahin
131
1
In this video, we are going to see the scope of a variable is the part of the script where the variable can be referenced/used.
PHP has three different variable scopes:
local
global
static
-