Question:Why explode() is used?
Answer The explode() function splits a string into a series of substrings, with each string boundary determined by a specific separator.
Its prototype: explode(string separator, string string [, int limit]).
+ Report
Why explode() is used?