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
What is phpsessid?
How is traits used in php?
What are the different types of php variables?
What is meant by session in php?
How to turn on the session support in php?
What is the use of get and post method in php?
Where is the functions php in wordpress?
What is the difference between laravel and php?
How to delete file in php?
How can we know the total number of elements of Array?
What do you mean by having php as whitespace insensitive?
Can I use php in visual studio?
What is the use of is_array() and in_array()?
How do I expire a php session after 30 minutes?
Explain what does $_server means?