Q. What is the output of print_r([1, 2, 3], true);?
β
Correct Answer: (A)
Returns array as string
Explanation: When second parameter is true, print_r returns output instead of printing.