Home » PHP » PHP Strings » Question
  1. Which one of the following functions finds the last occurrence of a string, returning its numerical position?
    1. strrpos()
    2. strlast()
    3. strlastpos()
    4. strpos()
    5. None of these
Correct Option: A

strrpos()



Your comments will be displayed only after manual approval.