What is the Diff. Between echo() and Print() in PHP?
Answer Posted / kroonal
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What was the old name of php?
What is php written in?
How does the identity operator ===compare two values in PHP?
What do you mean by core php?
How to fix "headers already sent" error in php
Why do we use namespace in php?
How many types of errors in php?
Explain the importance of the function htmlentities.
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
How to replace a substring in a given string?
How to parse configuration file in php?
Why does sql injection happen?
What is polymorphism with example in php?
Which function would you use to determine the length of a string in php?
What is strstr php?