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 / madhavan
echo is a pure string statement, print is a formatted
function like C language by these two we cannot print whole
objects. We can print the whole object like array using print_r.
| Is This Answer Correct ? | 12 Yes | 18 No |
Post New Answer View All Answers
What are helpers in php?
Is php free to use?
What do you mean range() in php?
What is cms php?
What's the difference between using mysql_ functions and pdo?
how retrive the video file in php using video tag
What is api laravel?
Explain how to run the interactive php shell from the command line interface?
Write a program to find a string is palindrome or not?
Does php has a future?
How can we increase execution time of a php script?
Which is the dependent variable?
What is the role of php?
Why is php used for web development?
What does the scope of variables mean?