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 / saurabh kumar
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is php coding easy?
What are differences between PECL and PEAR?
What is isset in php form?
Tell me what is mean by an associative array?
What is the goto statement useful for?
What is foreach loop in php?
Explain preg_Match and preg_replace?
What are the different components used in php for formatting?
What does the unlink() function mean?
What is a persistence cookie?
What is the function used to change the root directory in PHP?
What php framework does wordpress use?
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
Difference between array_combine and array_merge?
How to access a global variable inside a function?