What is use of print_r () and dump () functions?
Answer / 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 |
How to get current environment in laravel?
What is meant by url in internet?
What is raw expression in laravel?
How will you register service providers?
How to redirect user with flashed session data in laravel?
What do you mean by horizon in laravel 5?
Which is better django or laravel?
How do you install laravel?
How do I see all of the routes that are defined?
Explain facades in laravel?
Define composer.
How to assign a variable value for all view file?