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