//Get File Extension function getFileExtension($fileName) { return '.' . strtolower(pathinfo($fileName, PATHINFO_EXTENSION)); }