ExamVeda
Login
Home
This question belongs to PHP HTML Forms Handling
HTML Forms Handling
?

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.
Examveda
Question posted by Examveda
Community

Join the Discussion

No comments yet Be the first to discuss this question.