schst Thu Dec 16 11:41:28 2004 EDT
Modified files:
/phpdoc/en/reference/id3 reference.xml
Log:
added information on ID3 v2 tags
http://cvs.php.net/diff.php/phpdoc/en/reference/id3/reference.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/id3/reference.xml
diff -u phpdoc/en/reference/id3/reference.xml:1.3
phpdoc/en/reference/id3/reference.xml:1.4
--- phpdoc/en/reference/id3/reference.xml:1.3 Thu Aug 12 21:00:45 2004
+++ phpdoc/en/reference/id3/reference.xml Thu Dec 16 11:41:28 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<reference id="ref.id3">
<title>ID3 Functions</title>
<titleabbrev>id3</titleabbrev>
@@ -13,6 +13,10 @@
as information about the artist, album, genre, year and track
number.
</para>
+ <para>
+ Since version 0.2 it is also possible to extract text frames from
+ ID3 v2.2+ tags.
+ </para>
</section>
<section id="id3.requirements">