php get file extension name code example Example: php get file extension from filename $ext = pathinfo($filename, PATHINFO_EXTENSION);