Quantcast
Channel: What I have written I have written. » PHP
Viewing all articles
Browse latest Browse all 4

Global Variable in Php

$
0
0

The global variable declaration can be a trap.

In some other languages, global variables are usually declared global outside the functions and then used in the functions.

In PHP, it’s the opposite: to use a global variable inside a function, declare the variable as global inside the function.


Posted in General

Viewing all articles
Browse latest Browse all 4

Trending Articles