Skip to content

Instantly share code, notes, and snippets.

View devlubinets's full-sized avatar
🎯
Focusing on PHP

Kyrylo Lubynets devlubinets

🎯
Focusing on PHP
View GitHub Profile
@devlubinets
devlubinets / mime-types.php
Created February 11, 2023 19:48 — forked from rosskmurphy/mime-types.php
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(