Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the Diff. Between echo() and Print() in PHP?

Answer Posted / surendra.kandimalla

Echo:echo as a function we can pass only one argument.But echo as command we can pass any number of arguments.echo will not return anything.
echo("echo as function<br>");
echo"arg1","arg2","arg3","<br>";

Print:we can pass only one argument for print as function or command.print returns boolean value.
print("print function<br>");
$b=print"print command<br>";
echo $b,"<br>";

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function file_get_contents() usefull for?

1010


I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?

998


Explain some of the php string functions?

1024


What is difference between core php and framework?

1032


Tell us what is the difference between session_unregister() and session_unset()?

1041


How do you end a session in php?

1153


What is super () python?

1081


List few sensible functions in PHP?

1045


What is polymorphism in php?

1053


How can I load data from a text file into a table?

1051


Which function parses an English textual date or time into Unix timestamp in PHP.

1048


Tell me how can we define a variable accessible in functions of a php script?

993


How does php isset work?

988


Which function you can use in php to open a file for reading or writing or for both?

1149


Is php a mvc?

1000