How can I stop explode function after certain index. For example
You could read the documentation for explode:
$result = explode(" ", $test, 10);