0
Whats the difference between echo and print?
3 Antworten
+ 1
echo is faster than print.
0
check this link to see the difference , http://stackoverflow.com/questions/234241/how-are-echo-and-print-different-in-php
0
If you have already studied the C language you can recognize the keyword "print" like print_f :-)