Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which one of the following functions is used to search a string?

  2. A.

     preg_match

    B.

     preg_search

    C.

     preg_find

    D.

     preg_found

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The function returns 1 if search was successful else returns 0.


Be The First To Comment