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