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
Explain the types of string comparision function in PHP
What is composer json?
Is gender a dependent variable?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
Write down the code for save an uploaded file using php?
What is echo in html?
Which php framework is best for security?
Is string php function?
How to replace a substring in a given string in php?
How to get length of an array in PHP?
How many data types are there in php?
Difference between get and post method.
What is the use of @ in php?
How is it possible to propagate a session id?
What are php loops?