{ Snipperize } /meta

Snippets about meta

Here are the latest snippets talking about meta. Please choose your favorite one or add a new one.

How to read ID3 tag of mp3 files with PHP

Inside mp3 files there are often some usefull informations stored. Those data are called “id3 tags” and deal with Author name, Title and Album name. There are also some other informations sometimes: such as the length of the track, or the track number of the album, and more, this code will help read those files!

PHP / mp3, id3, meta / by ThePeppersStudio (159 days, 6.18 hours ago)

  • 1