PHP - String Functions
What will be the output of this PHP code?
$str = "OpenAI ChatGPT";
echo substr($str, -6, 4);
$str = "OpenAI ChatGPT";
echo substr($str, -6, 4);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions