?
Which function is used to split a string into a series of substrings, with each string boundary is determined by a specific separator?
Answer & Solution
Correct Answer:
Option
C
Although they are similar function, you should use explode() instead of split().In fact split() function has been deprecated altogether.
Join the Discussion
Login to post a comment or share your explanation.
Login