Vidyalelo
PHP · Q18

Regular Expressions

Programming · PHP · question 18

Q18

Which one of the following functions finds the last occurrence of a string, returning its numerical position?

A.
strlastpos()
B.
strpos()
C.
strlast()
D.
strrpos()
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board