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 / saurabh kumar
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an abstract class in php?
How do you end php?
What is exception handling in php?
What are the uses of explode() function?
What does pear stand for?
How does firefox manage cookies?
Applications written to provide a GUI shell for Unix and Linux are called
What is csrf token and how it works?
Can we run php on tomcat server?
What is php good for?
What php framework does wordpress use?
How to calculate the difference between two dates using php?
How can we get the error when there is a problem to upload a file?
What is the difference between array_map () and array_shift ()?
Which function is used in php to check the data type of any variable?