PHP Array Extension Get

Array Extension Get

<?
$file = "file.php3";
$part = explode(".",$file);
echo $part[count($part)-1];
?>