From eabe8e21a2e387982c2dd5d02d8bdd7084ad0486 Mon Sep 17 00:00:00 2001 From: Stephan Schmidt Date: Thu, 16 Dec 2004 16:40:55 +0000 Subject: [PATCH] added new constants defined by ext/id3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174899 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/id3/constants.xml | 47 ++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/reference/id3/constants.xml b/reference/id3/constants.xml index 5f557ced5d..1c3bf3b835 100644 --- a/reference/id3/constants.xml +++ b/reference/id3/constants.xml @@ -1,5 +1,5 @@ - +
Predefined Constants @@ -37,18 +37,53 @@ - ID3_V2 + ID3_V2_1 (integer) - ID3_V2 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. + ID3_V2_1 is used if you are working with + ID3 V2.1 tags. - + + + ID3_V2_2 + (integer) + + + + ID3_V2_2 is used if you are working with + ID3 V2.2 tags. + + + + + + ID3_V2_3 + (integer) + + + + ID3_V2_3 is used if you are working with + ID3 V2.3 tags. + + + + + + ID3_V2_4 + (integer) + + + + ID3_V2_4 is used if you are working with + ID3 V2.4 tags. + + + +