PHP Classes

This class presents many interesting points : - It can work a...

Recommend this page to a friend!

      PHP Detect File Type  >  All threads  >  This class presents many interesting...  >  (Un) Subscribe thread alerts  
Subject:This class presents many interesting...
Summary:Package rating comment
Messages:1
Author:Christian Vigh
Date:2016-07-15 11:54:56
 

Christian Vigh rated this package as follows:

Utility: Sufficient
Consistency: Sufficient
Documentation: Sufficient
Examples: Sufficient

  1. This class presents many interesting...   Reply   Report abuse  
Picture of Christian Vigh Christian Vigh - 2016-07-15 11:54:56
This class presents many interesting points :
- It can work as a standalone class, without relying on the external unix "file" command, which is sometimes slow when you have to analyze several files
- It handles the most common file types we have to deal with
- It can be easily extended to add additional file types
As a conclusion, this is a lightweight and fast implementation that can be used for handling the most common cases.