PHP - Output and String Handling
Which of the following is true about
echo and print in PHP?echo and print in PHP?echo and print capabilitiesecho can output multiple strings separated by commas, while print only accepts one argument.print returns 1, echo returns nothing. Speed difference is negligible and not guaranteed.echo can output multiple strings separated by commas, print cannot. -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions