hotti: FileInfo (Standard in PHP)

Beitrag lesen

hi,

vagrant@lucid32:~$ echo "PNG" > test.png
vagrant@lucid32:~$ file test.png
test.png: ASCII text

hotti@lucid32:~$ filetype.php test.png
image/x-png

  
Kein Problem. [hier steht auch, warum das so ist](http://rolfrost.de/proglog.html?d=20130321) und welche Prüfverfahren es, neben einem Magic Scan, sonst noch gibt.  
  
Hotti