adspace


For printing out strings, there are echo, print and printf.
Explain the differences.

Answer Posted / shilpa yogesh agrawal

echo, print and printf are used for printing strings but the
basic difference between them is: echo is the most primitive
of them, and just outputs the contents following the
construct to the screen. print is also a construct (so
parentheses are optional when calling it), but it returns
TRUE on successful output and FALSE if it was unable to
print out the string. And you can pass multiple parameters
to echo, like:

and it will output the string “Welcome Jack”

Whereas print does not take multiple parameters. It is also
generally argued that echo is faster, but usually the speed
advantage is negligible, and might not be there for future
versions of PHP.

printf� is a function, not a construct, and allows such
advantages as formatted output, but it’s the slowest way to
print out data out of echo, print and printf.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain me is it possible to destroy a cookie?

1035


how to detect a mobile device using php

1177


Tell me what kind of things have you done on the social side?

1071


What is the current stable version of php?

1130


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

2181


List some features of php that are deprecated in php7?

1026


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

1082


What is trait in php?

1072


What does $_files means?

1170


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

1997


What is difference between static and final in php?

1114


What is the difference between htmlentities() and htmlspecialchars()?

1100


How to create a web form?

1116


Write a program using while loop?

1128


What sized websites have you worked on in the past?

1092