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
What is the difference between html and php?
What does the scope of variables means?
How can we check the value of a given variable is alphanumeric?
What are the disadvantages of php?
What is php compared to html?
What is final keyword in php?
How many php functions are there?
Explain what does the unlink() function means?
How do I get csrf token?
What is empty php?
What is the name of the scripting engine that powers PHP?
What is session expiry?
What are the advantages of indexes?
What are the types of variables in php?
What is difference between required and include in php?