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 me what is the use of 'print' in php?
What is ci framework in php?
Why session timeout is important?
Who is known as the father of php?
What is the difference between array_pop() and array_push()?
How to Retrieve a Cookie Value?
What are magic methods?
How many types of php frameworks are there?
What is pdo classes?
Is php pass by reference or value?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
What is the difference between session_unregister() and session_unset()?
Tell us what does $_cookie means?
What is different types of visibility?
What are static variables in php?