0 votes
235 views
in PHP by (2.0k points)
edited

What is the difference between "echo" and "print" in PHP?

1 Answer

0 votes
by (2.0k points)
selected by
 
Best answer

Echo can output one or more string but print can only output one string and always returns 1.

Echo is faster than print because it does not return any value.

Related questions

0 votes
1 answer 232 views
asked Apr 9, 2022 in PHP by Doubtly (98.9k points)
0 votes
1 answer 183 views
asked Oct 9, 2022 in PHP by MrRam (2.0k points)
0 votes
1 answer 212 views
asked Oct 9, 2022 in PHP by MrRam (2.0k points)
0 votes
1 answer 195 views
asked Oct 9, 2022 in PHP by MrRam (2.0k points)
0 votes
1 answer 247 views
0 votes
1 answer 318 views

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

638 users

...