What is the Diff. Between echo() and Print() in PHP?
Answer Posted / pushp
Echo has slight performance advantage because it does not
return value.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is final class and final method in php?
Declare a new variable in php equal to the number 3;
What are php applications?
What are the encryption functions in php?
What are the methods useful for method overloading?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
Why is used in php?
What does the expression exception::__tostring means?
How to connect to mysql from a php script?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is chrome logger?
Which is faster for or foreach?
What is a controller in programming?
What is the use of strip_tags() method?
What are the advantages of object-oriented programming in php?