PHP - String Functions
Find the error in this PHP code:
$text = 'example string';
$pos = strpos('string', $text);
echo $pos;
$text = 'example string';
$pos = strpos('string', $text);
echo $pos;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions