PHP Another way to get extension

Another way to get extension

<?
$file = "test.html";
echo strtok(substr($file, -4, 4),".");
?>