adspace
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
List some features of php that are deprecated in php7?
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
how to detect a mobile device using php
What is difference between static and final in php?
What is the current stable version of php?
What is trait in php?
How to create a web form?
How to calculate the difference between two dates using php?
What does $_files means?
Which variable declarations within a class is invalid in php?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
What is the current stable version of php? What advance thing in php7?
Explain me is it possible to destroy a cookie?
What is the difference between htmlentities() and htmlspecialchars()?
Write a program using while loop?