Vidyalelo
PHP · Q70

Functions

Programming · PHP · question 70

Q70

What will be the output of the following PHP code ?

A.
contact
C.
@examveda.com
Answer
D.
examveda.com

Answer: Option C

Solution

Answer: Option C
Solution:
The strstr() function searches for the first occurrence of a string inside another string.