What is the Diff. Between echo() and Print() in PHP?
Answer Posted / sreedevi
print is a construct but it returns True on success
outputr False if it was unable to print the output string
echo is faster comparing with print .
print doesnot takes multiple parameters
| Is This Answer Correct ? | 31 Yes | 8 No |
Post New Answer View All Answers
Inside a php function, what param needs to be set in order to access a global variable?
What is strcmp () in php?
What is difference between array_merge and array_combine?
Is php a dying language?
Is php a middleware?
How to create an empty array in php?
Explain the syntax for ‘foreach’ loop with example.
What is a php object?
What are arguments in php?
How can we change the value of a constant?
What is the meaning of die in php?
What is the current php version?
Write a program using while loop?
How do I sort numbers in php?
How do you identify independent and dependent variables in research?