Küresel kapsamında bütün değişkenler dönüştürme

0 Cevap

I know I can use $GLOBALS['var'] inside a function to refer to variables in the global scope. Is there anyway I can use some kind of a declaration inside the function so I will be able to use $var without having to use $GLOBAL['var'] every time?

Joel

0 Cevap