<?php $string = 'Apple Green Yellow Four Seven Gray'; var_export( preg_split('/(?:\S*\K ){2}/', $string) );
You have javascript disabled. You will not be able to edit any code.