Friday, August 10th, 2012

PHP Scope of Variables

PHP handles the scope that variables have in a rather different way to most other programming languages. Apart from superglobals that are predefined arrays, there are no variables that automatically have fill global scope both inside and outside functions.

PHP Scope of Variables

Be Sociable, Share this post with your friends.

    Tags: , ,

    Comments are closed.