| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Summary view] [Print] [Text view]
1 <?PHP // $Id: mimetypes.php,v 1.2 2006/11/01 09:44:06 moodler Exp $ 2 // mimetypes.php - created with Moodle 1.7 beta + (2006101003) 3 4 5 $string['application/msword'] = 'Word document'; 6 $string['application/pdf'] = 'PDF document'; 7 $string['application/vnd.ms-excel'] = 'Excel spreadsheet'; 8 $string['application/vnd.ms-powerpoint'] = 'Powerpoint presentation'; 9 $string['application/zip'] = 'zip archive'; 10 $string['audio/mp3'] = 'MP3 audio file'; 11 $string['audio/wav'] = 'sound file'; 12 $string['document/unknown'] = 'file'; 13 $string['image/bmp'] = 'uncompressed BMP image'; 14 $string['image/gif'] = 'GIF image'; 15 $string['image/jpeg'] = 'JPEG image'; 16 $string['text/plain'] = 'text file'; 17 $string['text/rtf'] = 'RTF document'; 18 19 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |