Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which one of the following preg PHP functions is used to take a string, and put it in an array?

  2. A.

     preg_destroy()

    B.

     preg_split()

    C.

     preg_unchain()

    D.

     preg_divide()

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The string is broken up into different values in the array based upon your input.


Be The First To Comment