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
Are php sessions cookies?
What is mvc in php?
What is $_ server request_method == post?
How to protect special characters in query string?
How does php server work?
Is it worth learning php in 2019?
What is the best website to learn php?
What is the delimiter syntax is PHP's default delimiter syntax
What does csrf token mismatch mean?
Is apache needed for php?
/temp is a type of filesystem directory. State Whether True or False?
Tell me what does the initials of php stand for?
What is php7?
What is "echo" in php?
What is explode() in php?