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 function is used to split a string into a series of substrings, with each string boundary is determined by a specific separator?

a) break()
b) divide()
c) explode()
d) md5()

Answer: c
Explanation: Although they are a similar function, you should use explode() instead of split(). In fact split() function has been deprecated altogether.

Join The Discussion