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, but a statement which outputs one or
more strings, it cannot display the array contents where as
the print() and print_r() are functions. print() can even
display the array contents as an array . print_r() Prints
human-readable information about a
variable
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is escape data in php?
What kind of things have you done on the social side?
Is php a web server?
How is csrf token generated?
What is a query in a database?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
Explain the difference between urlencode and urldecode?
What are regular expressions in programming?
What are the benefits of composer?
What is class extend in php?
Explain about PHP filter and why it should be used?
Tell me what's the difference between include and require?
Why sessions are used in php?
Why do we use query?
How you can update memcached when you make changes to php?