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
How many escape sequences are recognized in single-quoted strings?
Write a program using while loop?
In how many ways we can retrieve the data in the result set of mysql using php?
How to select a database in php?
What is difference between required and require_once in php?
How do I start a php session?
Explain difference between urlencode and urldecode?
Does apache use php?
What is list function with their uses.
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
How to pass variables by references?
What is the meaning of a final class and a final method?
Explain about the data types in PHP?
Can you use both this () and super () in a constructor?
Tell me can you extend a final defined class?