PHP - Output and String Handling
What is the main difference between
print and echo in PHP?print and echo in PHP?print behaviorprint returns 1 after printing the string, so it can be used in expressions.echo behaviorecho outputs strings but does not return any value.print returns a value, echo does not -> Option Bprint returns 1 = C [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions