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

Are parent constructors called implicitly inside a class constructor?

942


How many types of errors in php?

1055


What is good average session duration?

1017


How many ways to include array elements in double-quoted strings using php?

1040


How many types of inheritances used in php and how we achieve it.

950


Is php easier than javascript?

982


Write a program to display reverse of any number?

899


What is the use of mysql_fetch_assoc in php?

966


Which programming language does php resemble?

942


How to check if a string contains a character or word in php?

1002


How can we change the value of a constant?

976


How do you parse and process html/xml in php?

1013


What is the differences between $a != $B and $a !== $B?

1062


What's the difference between accessing a class method via -> and via ::?

1114


What is dao in php?

967