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
How can we display the output directly to the browser?
Which database is best for php?
What is use of echo in php?
What is php rest api?
What is the best php version for wordpress?
What is str_replace()?
What is the w3c?
Is age interval or ordinal?
What is the current stable version of php? What advance thing in php7?
What good is polymorphism?
How to know user has read the email-php?
Tell me can you extend a final defined class?
What are the file upload settings in configuration file?
How is the comparison of objects done in php?
What is the difference between $message and $$message in php?