Q. There are two variables a, b which declared in global scope, which is the correct PHP statement to access them within a function?
β
Correct Answer: (A)
global $a, $b;
You must be Logged in to update hint/solution