<?php
preg_match('/([A-z ]+)\s(\d{3}).(\d{2})\sR(\d\w+)\s(\d+)([A-zА-я])\s(.+)/', 'Michelin 235/60 R16 100Т LATITUDE X-ICE NORTH', $matches);
print_r($matches);
?>