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 / meenakshi
echo is a statement
while print is a function
we can't print whole array by using echo or print. For this
we have to use the print_r function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are super global variables in php?
Explain difference between urlencode and urldecode?
What is user defined function in php?
What is php sequence?
What is php programming used for?
What is difference between rest and http?
Which php framework is in demand?
Which php framework is best for beginners?
How to remove white spaces from the beginning and/or the end of a string in php?
Is php dead 2019?
What is the Pipe Symbol represented?
Why php is sometimes called as embedded scripting language?
What is implode() in php?
How many types of arrays are there in php?
Explain the importance of the function htmlentities.