Q:

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

0

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


  1. strlastpos()
  2. strpos()
  3. strlast()
  4. strrpos()

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).strrpos()

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

PHP STRINGS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What will be the output of the following PHP code?... >>
<< Which one of the following functions can be used t...