Related Functions
explode
PHP 4.0+Splits a string into an array by breaking it apart using a specified delimiter or separator string.
Description
The explode()
Splits a string into an array by breaking it apart using a specified delimiter or separator string.
Example