php split string at first space

Solutions on MaxInterview for php split string at first space by the best coders in the world

showing results for - "php split string at first space"
Alyssa
28 Aug 2016
1$array = explode(' ', $string, 2);