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
How do I use isdigit function?
Explain me what is x+ mode in fopen() used for?
How do I find environment variables?
What is csrf token and why it is required?
What is the use of trim function in php?
When a conditional statement is ended with an endif?
What are default session time and path?
How does php and apache work?
What is substr() in php? And how it is used?
What is trim function in php?
How can you encrypt password using php?
What does $this do in php?
How to return ascii value of character in php?
Which function would you use to determine the length of a string in php?
What is difference between print_r and echo in php?