Vidyalelo
PHP · Q47

Functions

Programming · PHP · question 47

Q47

What will be the output of the following PHP code?

A.
3
B.
7
Answer
C.
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.