PHP Global Variable with Example

Php Global variable

A global variable can be accessed in any part of the program. However, in order to be modified, a global variable must be explicitly declared to be global in the function in which it is to be modified.

Example:



Result:


  0
  1

Read Also: