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