PHP Simple way to get extension

Simple way to get extension

<?
$file = "test.php";
basename("$file",".php");
?>