Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) preg_destroy()
b) preg_split()
c) preg_unchain()
d) preg_divide()

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

Join The Discussion