PHP - String Functions
What will be the output of this PHP code?
$text = "PHP 7.4";
echo strlen($text);
$text = "PHP 7.4";
echo strlen($text);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions