Strings Php

   $car = "2009 Ford";
   echo substr($car, 5);
?>