1.What are the difference between echo , print , print_r ?
else this 3 can we show output to a client in some other
way?
Answer Posted / manpreet
echo is a statement
while print is a function
we can't print whole array by using echo or print. For this
we have to use the print_r function
| Is This Answer Correct ? | 150 Yes | 16 No |
Post New Answer View All Answers
Do you know what is php?
What does the unlink() function mean?
Why is php used?
What is difference between mysqli and mysql?
What is the use of explode() function?
Can you use php and javascript together?
Which parts of php are case sensitive?
What function should you use to join array elements with a glue string?
How to display your correct URL of the current web page?
Does jwt protect against csrf?
How to redirect a page in php?
What is the difference between php and core php?
What is the use of namespace in php?
Explain what does $_server means?
How can we change the value of a constant?