Come on, you know you want to buy me a beer!

Don't ask why, but a minute ago I needed to build an array of file extensions. As this site is rapidly becoming my personal dumping ground I thought I should post this up here too.
Here is an array of common file extensions that I needed while writing a web scraping tool. It's a PHP file extension array but excludes a few specific ones. Ones missing are html, htm, and php.

Code:
1
2
3
4
<?php
$extensions 
= array(".c",".m",".7z",".ai",".cs",".db",".gz",".js",".pl",".ps",".py",".rm",".ra",".3dm",".3g2",".3gp",".8bi",".aif",".app",".asf",".asx",".avi",".bak",".bat",".bin",".bmp",".cab",".cer",".cfg",".cgi",".com",".cpl",".cpp",".dbf",".dbx",".deb",".dll",".dmg",".dmp",".doc",".csr",".css",".csv",".cur",".dat",".drv",".drw",".dtd",".dwg",".dxf",".efx",".eps",".exe",".fla",".flv",".fnt",".fon",".gam",".gho",".gif",".gpx",".hqx",".iff",".ini",".iso",".jar",".jpg",".m3u",".m4a",".max",".mdb",".mid",".mim",".mov",".mp3",".mp4",".mpa",".mpg",".msg",".msi",".nes",".ori",".otf",".jsp",".key",".kml",".lnk",".log",".pct",".pdb",".pdf",".pif",".pkg",".png",".pps",".ppt",".prf",".psd",".qxd",".qxp",".rar",".rels",".rom",".rpm",".rss",".rtf",".sav",".sdf",".sit",".sql",".svg",".swf",".sys",".thm",".tif",".tmp",".ttf",".txt",".uue",".vb",".vcd",".vcf",".vob",".wav",".wks",".wma",".wmv",".wpd",".wps",".wsf",".xll",".xls",".xml",".yuv",".zip",".docx",".indd",".java",".part",".pptx",".sitx",".zipx",".xlsx",".pages",".accdb",".class",".toast",".plugin",".gadget",".tar.gz",".torrent",".keychain",".pspimage");
?>

Comments


Your Name:

Email Address: (won't be published)

Comments: (no HTML allowed)

 

There are no comments yet.

 

 

 

 

 

 

Latest Posts