Q47
What will be the output of the following PHP code?
A.
3
B.
7
AnswerC.
8
D.
10
Answer: Option B
Solution
Answer: Option B
Solution:
The stripos() function finds the position of the first occurrence of a string inside another string.