Which One Of The Following Functions Finds The Last Occurrence #158
Which one of the following functions finds the last occurrence of a string, returning its numerical position?
This multiple choice question (MCQ) is related to the book/course
gs gs107 PHP: Hypertext Preprocessor.
It can also be found in
gs gs107 Strings and Regular Expressions - PHP Strings & Regular Expressions - Quiz No.2.
Which one of the following functions finds the last occurrence of a string, returning its numerical position?
strlastpos()
strpos()
strlast()
strrpos()