State whether the following statements about print( ) and echo( ) statements are True or False.i) print( ) is capable of outputting multiple strings.ii)echo( ) function is faster because it returns noting, whereas print( )will return 1 if the statement is successfully output.

🎲 Try a Random Question  |  Total Questions in Quiz: 36  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Practice Test: PHP Basics — practice the complete quiz, review flashcards, or try a random question.


State whether the following statements about print( ) and echo( ) statements are True or False.<br>i) print( ) is capable of outputting multiple strings.<br>ii)<br>echo( ) function is faster because it returns noting, whereas print( )<br>will return 1 if the statement is successfully output.