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