PHP - String Functions
Identify the error in this PHP code:
$text = "Hello World";
echo substr($text, 5, -3);
$text = "Hello World";
echo substr($text, 5, -3);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions