 |
PHP: explode - Manual - PHP: Hypertext Preprocessor
Explode does not parse a string by delimiters, in the sense that we expect to find tokens between a starting and ending delimiter, but instead splits a string into parts by using a string as the boundary of each part. Once that boundary is discovered the
php.net |
 |