mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added new constants defined by ext/id3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174899 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
77c2cfeeb3
commit
eabe8e21a2
1 changed files with 41 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue