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()
Correct Answer: strrpos()