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 / dheeraj
echo is not a function which outputs one or more strings but
it cannot display the array contents, and print_r() is a
function which Prints human-readable information about a
variable
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain the changes in php versions?
What is composer phar?
What is PHP's configuration file called?
How can i execute PHP File using Command Line?
Where is my php ini file?
What are new features in php 7?
Is nan in php?
Tell me what is the difference between the functions strstr() and stristr()?
Explain about objects in PHP?
What is the value for this auto incremented field user_pri_id?
How do I clear my browser session?
Can I learn php in a month?
Explain the types of string comparision function in PHP
How to replace a text in a string with another text in php?
What's the best method for sanitizing user input with php?