php split first space code example Example: php split string at first space $array = explode(' ', $string, 2);