function getFileextension($file) { return end(explode(".", $file)); }
echo getFileextension("hgsfd.shdgh.sdhghg.txt"); // вернет "txt"