March 2002
Intermediate to advanced
528 pages
21h 29m
English
explode
array explode(stringseparator, stringstring[, intlimit])
Returns an array of substrings created by splitting
string wherever
separator is found. If supplied, a maximum
of limit substrings will be returned, with
the last substring returned containing the remainder of the string.
If separator is not found, returns the
original string.