schst           Thu Dec 16 11:40:55 2004 EDT

  Modified files:              
    /phpdoc/en/reference/id3    constants.xml 
  Log:
  added new constants defined by ext/id3
  
http://cvs.php.net/diff.php/phpdoc/en/reference/id3/constants.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/id3/constants.xml
diff -u phpdoc/en/reference/id3/constants.xml:1.1 
phpdoc/en/reference/id3/constants.xml:1.2
--- phpdoc/en/reference/id3/constants.xml:1.1   Mon Jun 28 15:45:37 2004
+++ phpdoc/en/reference/id3/constants.xml       Thu Dec 16 11:40:55 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="id3.constants">
  <title>Predefined Constants</title>
  <para>
@@ -37,18 +37,53 @@
    </varlistentry>
    <varlistentry>
     <term>
-     <constant>ID3_V2</constant> 
+     <constant>ID3_V2_1</constant> 
      (<type>integer</type>)
     </term>
     <listitem>
      <simpara>
-      <constant>ID3_V2</constant> is used if you are working with
-      ID3 V2.x tags. These tags are quite flexible and are currently
-      not supported by the id3 extension.
+      <constant>ID3_V2_1</constant> is used if you are working with
+      ID3 V2.1 tags.
      </simpara>
     </listitem>
    </varlistentry>
-  </variablelist>
+   <varlistentry>
+    <term>
+     <constant>ID3_V2_2</constant> 
+     (<type>integer</type>)
+    </term>
+    <listitem>
+     <simpara>
+      <constant>ID3_V2_2</constant> is used if you are working with
+      ID3 V2.2 tags.
+     </simpara>
+    </listitem>
+   </varlistentry>
+    <varlistentry>
+    <term>
+     <constant>ID3_V2_3</constant> 
+     (<type>integer</type>)
+    </term>
+    <listitem>
+     <simpara>
+      <constant>ID3_V2_3</constant> is used if you are working with
+      ID3 V2.3 tags.
+     </simpara>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
+    <term>
+     <constant>ID3_V2_4</constant> 
+     (<type>integer</type>)
+    </term>
+    <listitem>
+     <simpara>
+      <constant>ID3_V2_4</constant> is used if you are working with
+      ID3 V2.4 tags.
+     </simpara>
+    </listitem>
+   </varlistentry>
+ </variablelist>
  </para>
 </section>
 

Reply via email to