introduction:
echo
andprint
both are used to display output in PHP.echo/print
both can be used with or without parentheses
Syntax:
Difference:
- In PHP
echo
does not return any value whileprint
return 1. - As we know
echo
does not return any value soecho
is faster thanprint
. - Using
echo
we canprint
multiple values but using print can not possible.
For Technology Business write for us blogs submissions you can send your blog at developergang1@gmail.com