What is the Diff. Between echo() and Print() in PHP?
Answer Posted / nikunj
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 ? | 83 Yes | 10 No |
Post New Answer View All Answers
How is traits used in php?
Should I learn php before wordpress?
What is php artisan serve?
What is split function in php?
What is php default argument?
What is the use of super-global arrays in php?
What is cms php?
List some string function name in php?
What are the steps for the payment gateway processing?
Where php language is used?
What are php strings?
What are advantages of .htaccess?
What is trait in php?
What is reference variable php?
What exactly is PHP?