fellwell5 / filetype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filetype

Filetype ist einfach zu benutzen.

BEISPIEL

include "./src/type.php";
$pfad = "../../datei.docx";
$type = dateityp($pfad);
print_r($type);

Dieses Beispiel gibt zurück:

Array ( [end] => docx [typ] => word [icon] => fa-file-word-o )

INSTALLATION

Kopiere die Datei type.php in einen beliebigen Ordner.

Fertig.

Finde mich auf:

About


Languages

Language:PHP 100.0%