A

Admin • 833K Points
Coach

Q. What will be the output of print_r(array('a', 'b', 'c'))?

  • (A) Array ( [0] => a [1] => b [2] => c )
  • (B) a, b, c
  • (C) [a, b, c]
  • (D) Error
  • Correct Answer - Option(A)
  • Views: 26
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

print_r() displays human-readable information about a variable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.