A

Admin • 832.10K Points
Coach

Q. There are two variables a, b which declared in global scope, which is the correct PHP statement to access them within a function?

  • (A) global $a, $b;
  • (B) global $a $b;
  • (C) global ($a, $b);
  • (D) php_global $a, $b;
  • Correct Answer - Option(A)
  • Views: 27
  • Filed under category PHP
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.