From 5583fc213e026c2cabc19de112e5244d8416eb07 Mon Sep 17 00:00:00 2001 From: Stephan Schmidt Date: Thu, 16 Dec 2004 17:33:14 +0000 Subject: [PATCH] added new functions for ID3 v2.x frames git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174906 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../id3/functions/id3-get-frame-long-name.xml | 67 +++++++++++++++++++ .../functions/id3-get-frame-short-name.xml | 67 +++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 reference/id3/functions/id3-get-frame-long-name.xml create mode 100644 reference/id3/functions/id3-get-frame-short-name.xml diff --git a/reference/id3/functions/id3-get-frame-long-name.xml b/reference/id3/functions/id3-get-frame-long-name.xml new file mode 100644 index 0000000000..6048dfe349 --- /dev/null +++ b/reference/id3/functions/id3-get-frame-long-name.xml @@ -0,0 +1,67 @@ + + + + + id3_get_frame_long_name + Get the long name of an ID3v2 frame + + + Description + + stringid3_get_frame_long_name + stringframeId + + + id3_get_frame_long_name returns the long name for an + ID3v2 frame. + + + + + + + <function>id3_get_frame_long_name</function> example + + +]]> + + + This will output: + + + + + + + + See also id3_get_frame_short_name. + + + + + diff --git a/reference/id3/functions/id3-get-frame-short-name.xml b/reference/id3/functions/id3-get-frame-short-name.xml new file mode 100644 index 0000000000..d037b2788b --- /dev/null +++ b/reference/id3/functions/id3-get-frame-short-name.xml @@ -0,0 +1,67 @@ + + + + + id3_get_frame_short_name + Get the short name of an ID3v2 frame + + + Description + + stringid3_get_frame_short_name + stringframeId + + + id3_get_frame_short_name returns the short name for an + ID3v2 frame. + + + + + + + <function>id3_get_frame_short_name</function> example + + +]]> + + + This will output: + + + + + + + + See also id3_get_frame_long_name. + + + + +