
PHP Variables
PHP variable is an object that holds value. The breadth of a variable in PHP is finite to the
situation in which it is describe. Scope of a variable defines the convenience and persistence
of it. PHP variables can be defined in anyone of the following four scopes:
•...