filmov
tv
php variables tutorial complete basic to advance for beginner part 3

Показать описание
Help, Support & Subscribe
php variables tutorial complete basic to advance for beginner part 3
gives basic overview of php variables that " what is variables in php & how to use it ". There are given complete solution of PHP variable with php variable scope.
Global Scope - In this scope you can use variables only outside of user-defined functions not inside of functions.
Local Scope - In this scope you can use variables only inside of user-defined functions not outside of functions.
Static Scope - In this scope you can set variable as static variable inside user-defined functions & you can use this variable both inside and outside of functions.
php variables tutorial complete basic to advance for beginner part 3
gives basic overview of php variables that " what is variables in php & how to use it ". There are given complete solution of PHP variable with php variable scope.
Global Scope - In this scope you can use variables only outside of user-defined functions not inside of functions.
Local Scope - In this scope you can use variables only inside of user-defined functions not outside of functions.
Static Scope - In this scope you can set variable as static variable inside user-defined functions & you can use this variable both inside and outside of functions.