Q70
What will be the output of the following PHP code ?
Answer: Option C
Solution
Answer: Option C
Solution:
The strstr() function searches for the first occurrence of a string inside another string.
Functions
Programming · PHP · question 70
Q70
Answer: Option C