PHP - String Functions
Which of the following is the correct syntax to find the position of 'dog' in the string
$text using strpos?$text using strpos?strpos($text, 'dog'). Other options have wrong parameter order or missing parameters.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions