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 / suja
echo is a language construct.print is a function.print_r
used to display the contents and structure of objects such
as array.
| Is This Answer Correct ? | 74 Yes | 16 No |
Post New Answer View All Answers
Why use static methods php?
What are the variables in php?
What is the use of limit in mysql?
What is cURL in PHP?
What are interfaces in php?
Explain about getters and setters in php?
Is PHP an open source software?
How can you send email in php?
What is a php namespace?
How many types of inheritances used in php and how we achieve it.
Which php framework is best?
What is xss in php?
How is it possible to propagate a session id?
Differentiate echo vs. Print statement.
Is empty in php?