Get extension from file name.
Source code viewer$extension = pathinfo($file_name, PATHINFO_EXTENSION);Programming Language: PHP