What is the Diff. Between echo() and Print() in PHP?
Answer Posted / nikunj
echo() have multiple arguments whereas print() have one
arguments. echo() have not any return value whereas print()
return 0 or 1 as per success
| Is This Answer Correct ? | 83 Yes | 10 No |
Post New Answer View All Answers
Is php faster than python?
Explain Constant in Class?
What the limitation of header() function in php?
Why php is widely used?
Which function(s) in PHP computes the difference of arrays?
What is a php session?
What is the use of mysql_fetch_assoc in php?
Describe which programming language does php parallel to?
What is return in php function?
What is json php?
How to send email using php script?
What is api laravel?
What is cookie and session in php?
Which is variable cost?
How is session id stored in browser?