function php explode 2 code example Example: explode in php $str = 'one two three four'; $numbers4 = explode(' ',$str);