<?php $string = 'This is a test'; [$word, $string] = explode(' ', $string, 2); var_dump($word, $string);
You have javascript disabled. You will not be able to edit any code.