id3_get_frame_long_name

(no version information, might be only in CVS)

id3_get_frame_long_name -- Récupère le nom long d'un champs ID3v2

Description

string id3_get_frame_long_name ( string frameId )

id3_get_frame_long_name() retourne le nom long d'un champs ID3v2.

Exemple 1. Exemple avec id3_get_frame_long_name()

<?php
$longName
= id3_get_frame_long_name("TOLY");
echo
$longName;
?>

L'exemple ci-dessus va afficher :

Original lyricist(s)/text writer(s)

Voir aussi id3_get_frame_short_name().