adspace
Answer Posted / Ravi Singh Rana
print_r() and dump() are PHP functions used for debugging purposes. print_r() outputs data in a readable format, while dump() is an alias for die(var_dump()) that both outputs the data and stops further execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers