PHP - String Functions
Find the mistake in this PHP code snippet:
$text = "HELLO WORLD";
echo strtolower $text;
$text = "HELLO WORLD";
echo strtolower $text;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions