What is the difference between echo and print statement?
Answers were Sorted based on User's Feedback
Answer / rashmi bajpai
echo and print both are language construct. print always
return boolean value. we can acts it as a function but we
can't use echo as a function.
| Is This Answer Correct ? | 0 Yes | 1 No |
how to track no of users logged in?
how can i disable multiple user in the same password in my website using any scripts
What is the role of the .htaccess file in php?
What is the difference between php and cakephp?
Where is php code written?
What is sorting php?
What is composer json?
Which function would you use to merge two arrays in php?
What is the difference between html and php?
which function used to get the number of days between two given dates in php
Explain me is multiple inheritance supported in php?
How to check an key is exists in array?