introduction:
echoandprintboth are used to display output in PHP.echo/printboth can be used with or without parentheses
Syntax:
Difference:
- In PHP
echodoes not return any value whileprintreturn 1. - As we know
echodoes not return any value soechois faster thanprint. - Using
echowe canprintmultiple values but using print can not possible.
For Technology Business write for us blogs submissions you can send your blog at developergang1@gmail.com