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