string split php di ruang pertama

$array = explode(' ', $string, 2);
Elegant Emu