%PDF- %PDF-
Direktori : /www/old2/_muzikoterapie/uloziste.eacm.cz/3rdparty/christophwurst/id3parser/src/ |
Current File : /www/old2/_muzikoterapie/uloziste.eacm.cz/3rdparty/christophwurst/id3parser/src/ID3Parser.php |
<?php ///////////////////////////////////////////////////////////////// /// getID3() by James Heinrich <info@getid3.org> // // available at http://getid3.sourceforge.net // // or http://www.getid3.org // // also https://github.com/JamesHeinrich/getID3 // ///////////////////////////////////////////////////////////////// namespace ID3Parser; use ID3Parser\getID3\getid3; class ID3Parser { /** * @param string $fileName * @return array */ public function analyze($fileName) { $getID3 = new getid3(); return $getID3->analyze($fileName); } }