Skip to content

Instantly share code, notes, and snippets.

View rosskmurphy's full-sized avatar

Ross Murphy rosskmurphy

  • Sydney, Australia
View GitHub Profile
@rosskmurphy
rosskmurphy / mime-types.php
Created September 14, 2012 20:22
Array of file extensions, mime types and friendly application or name
$mimeTypes = array(
'x3d' => array(
'name' => '3D Crossword Plugin',
'type' => 'application/vnd.hzn-3d-crossword'
),
'3gp' => array(
'name' => '3GP',
'type' => 'video/3gpp'
),
'3g2' => array(