Briefing Zend Knowledge

What is the difference between "print" and "echo"

What is the difference between “print” and “echo”

A.
There is no difference

B.
Print returns length of data printed and echo does not

C.
Echo returns length of the data printed and print does not

D.
Print buffers the output, while echo does not