Sunday, July 7, 2013

Scope

Scope is where a variable's value can be accessed. In PHP, functions provide a range of scope so that variables in the functions won't override the value of a script's variable that exists outside of the function, or vice versa.



No comments:

Post a Comment