Basic PHP Quiz 2
Casual Mode - Take your time!
1 / 10
Correct
0
Incorrect
0
Score
0%
Multiple Choice
What is the difference between print() and echo()?
- print() can be used as part of an expression, while echo() can't
- echo() can be used as part of an expression, while print() can't
- echo() can be used in the CLI version of PHP, while print() can't
- print() can be used in the CLI version of PHP, while echo() can't