What is the Diff. Between echo() and Print() in PHP?
Answer Posted / kroonal
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
How to convert a string to lowercase in php?
Which is the latest version of php?
How to declare an array in php?
How to send email using php script?
What is the main difference between require() and require_once()?
Php error constants and their descriptions
What is the purpose of php?
Explain some most commonly use string functions in php?
What is the purpose of the '.frm' file extension? What do thes file contain?
What are the differences between require and include?
Why did you choose this particular career path?
What is nginx and what is it used for?
Tell me what is the definition of a session?
How do you create an array in php?