May 29, 2014

Files Extensions PHP Array

Files Extensions PHP Array

$files_extensions = array( '3gp' => '3GPP Multimedia File',
'asp' => 'Active Server Page',
'ai' => 'Adobe Illustrator File',
'indd' => 'Adobe InDesign File',
'id' => 'Adobe Indesign',
'aac' => 'Advanced Audio Coding File',
'asf' => 'Advanced Systems Format File',
'qt' => 'Apple QuickTime Movie',
'mov' => 'Apple QuickTime Movie',
'aif' => 'Audio Interchange File Format',
'avi' => 'Audio Video Interleave File',
'old' => 'Backup File',
'bak' => 'Backup File',
'hqx' => 'BinHex 4.0 Encoded File',
'torrent' => 'BitTorrent File',
'bmp' => 'Bitmap Image File',
'cpp' => 'C++ Source Code File',
'c' => 'C/C++ Source Code File',
'css' => 'Cascading Style Sheet',
'csv' => 'Comma Separated Values File',
'cgi' => 'Common Gateway Interface Script',
'cfg' => 'Configuration File',
'bat' => 'DOS Batch File',
'com' => 'DOS Command File',
'dat' => 'Data File',
'db' => 'Database File',
'deb' => 'Debian Software Package',
'drv' => 'Device Driver',
'iso' => 'Disc Image File',
'dxf' => 'Drawing Exchange Format File',
'drw' => 'Drawing File',
'dll' => 'Dynamic Link Library',
'eps' => 'Encapsulated PostScript File',
'xll' => 'Excel Add-In File',
'xhtml' => 'Extensible Hypertext Markup Language File',
'lnk' => 'File Shortcut',
'fnt' => 'Font File',
'fon' => 'Generic Font File',
'gz' => 'Gnu Zipped File',
'gif' => 'Graphical Interchange Format File',
'html' => 'HTML File',
'htm' => 'Hypertext Markup Language File',
'php' => 'Hypertext Preprocessor File',
'iff' => 'Interchange File Format',
'jpg' => 'JPEG Image File',
'jpeg' => 'JPEG Image File',
'jsp' => 'Java Server Page',
'java' => 'Java Source Code File',
'js' => 'JavaScript File',
'log' => 'Log File',
'123' => 'Lotus 1-2-3 Spreadsheet',
'mid' => 'MIDI File',
'midi' => 'MIDI File',
'mp3' => 'MP3 Audio File',
'mpa' => 'MPEG Audio File',
'mpg' => 'MPEG Video File',
'mp4' => 'MPEG-4 Video File',
'app' => 'Mac OS X Application',
'plugin' => 'Mac OS X Application Plug-in',
'dmg' => 'Mac OS X Disk Image',
'pkg' => 'Mac OS X Installer Package',
'bin' => 'Macbinary II Encoded File',
'swf' => 'Macromedia Flash Movie',
'msg' => 'Mail Message',
'm3u' => 'Media Playlist File',
'asx' => 'Microsoft ASF Redirector File',
'mdb' => 'Microsoft Access Database',
'xls' => 'Microsoft Excel Spreadsheet',
'doc' => 'Microsoft Word Document',
'wks' => 'Microsoft Works Spreadsheet',
'wps' => 'Microsoft Works Word Processor Document',
'mim' => 'Multi-Purpose Internet Mail Message',
'mng' => 'Multiple Network Graphic',
'rom' => 'N64 Game ROM File',
'nes' => 'Nintendo (NES) ROM File',
'gho' => 'Norton Ghost Backup File',
'otf' => 'OpenType Font',
'ori' => 'Original File',
'psp' => 'Paint Shop Pro Image File',
'pl' => 'Perl Script',
'psd' => 'Photoshop Document',
'ps' => 'Photoshop File',
'8bi' => 'Photoshop Plug-in',
'pct' => 'Picture File',
'txt' => 'Plain Text File',
'pdf' => 'Portable Document Format File',
'png' => 'Portable Network Graphic',
'ppt' => 'PowerPoint Presentation',
'pps' => 'PowerPoint Slide Show',
'pif' => 'Program Information File',
'qxd' => 'QuarkXpress Document',
'qxp' => 'QuarkXpress Project File',
'3dmf' => 'QuickDraw 3D Metafile',
'ra' => 'Real Audio File',
'ram' => 'Real Audio Media',
'rm' => 'Real Media File',
'reg' => 'Registration Information',
'3dm' => 'Rhino 3D Model',
'rtf' => 'Rich Text Format File',
'sav' => 'Saved Game',
'gam' => 'Saved Game File',
'svg' => 'Scalable Vector Graphics File',
'key' => 'Security Key',
'sea' => 'Self-Extracting Archive',
'sql' => 'Structured Query Language Data',
'sit' => 'Stuffit Archive',
'sitx' => 'Stuffit X Archive',
'tif' => 'Tagged Image File',
'tmp' => 'Temporary File',
'toast' => 'Toast Disc Image',
'ttf' => 'TrueType Font',
'uue' => 'Uuencoded File',
'vb' => 'VBScript File',
'vcd' => 'Virtual CD',
'wav' => 'WAVE Audio File',
'rar' => 'WinRAR Compressed Archive',
'cab' => 'Windows Cabinet File',
'cpl' => 'Windows Control Panel',
'cur' => 'Windows Cursor',
'exe' => 'Windows Executable File',
'ini' => 'Windows Initialization File',
'msi' => 'Windows Installer Package',
'wma' => 'Windows Media Audio File',
'wmv' => 'Windows Media Video File',
'dmp' => 'Windows Memory Dump',
'ws' => 'Windows Script',
'sys' => 'Windows System File',
'wpd' => 'WordPerfect Document',
'xml' => 'XML File',
'yps' => 'Yahoo! Messenger Data File',
'zip' => 'Zipped File');

Last updated: May 29, 2014