What is the Diff. Between echo() and Print() in PHP?
Answer Posted / satish
echo is language construct. print is function. echo is
faster. langauge constructs are faster than functions,
always. echo may tek mutiple arguments as well. echo
doesn't give return value.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain $_FILES Superglobal Array?
How to get best php developer Experience in Php with Sugar CRM / VTiger.
How do I stop php artisan serve in windows?
What is new keyword in php?
What are the delimiters in php?
Write logic to print Floyd's triangle in PHP?
What is the interface in php?
Tell us how to set cookies in php?
Tell me how stop the execution of a php scrip?
How arrays are used in php?
How to create a text file in PHP?
How to genrate report in wordpress cms
Explain mysql_errno()?
How will you calculate days between two dates in PHP?
Tell me what does pear stands for?