id3_get_frame_short_name

(PECL)

id3_get_frame_short_name -- Récupère le nom court d'un champs ID3v2

Description

string id3_get_frame_short_name ( string frameId )

id3_get_frame_short_name() retourne le nom court d'un champs ID3v2.

Exemple 1. Exemple avec id3_get_frame_short_name()

<?php
$shortName
= id3_get_frame_short_name("TOLY");
echo
$shortName;
?>

L'exemple ci-dessus va afficher :

originalLyricist

Les valeurs retournées par id3_get_short_name() sont utilisées dans le tableau retourné par id3_get_tag().

Voir aussi id3_get_frame_long_name().

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 18:02:07