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