Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     strlastpos()

    B.

     strpos()

    C.

     strlast()

    D.

     strrpos()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment