Q. Which PHP function checks if a string contains another string?
β
Correct Answer: (A)
strpos()
Explanation: strpos() returns the position of a substring.