Variable Scope

suggest change

Introduction

Variable scope refers to the regions of code where a variable may be accessed. This is also referred to as visibility. In PHP scope blocks are defined by functions, classes, and a global scope available throughout an application.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Variable scope:
*Variable Scope

Table Of Contents
19XML
54Variable scope
81PDO
102APCu
108PSR