Vidyalelo
PHP · Q20

Regular Expressions

Programming · PHP · question 20

Q20

What will be the output of the following PHP code?

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

Answer: Option D

Solution

Answer: Option D
Solution:
The strstr() function returns the remainder of a string beginning with the first occurrence of a predefined string.