PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

id3_get_genre_id> <id3_get_frame_long_name
Last updated: Fri, 14 Nov 2008

view this page in

id3_get_frame_short_name

(PECL id3:0.2)

id3_get_frame_short_nameRé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.

Liste de paramètres

frameId

Une frame ID3v2

Valeurs de retour

Retourne le nom court d'un champs ou FALSE si une erreur survient.

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

Exemples

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



add a note add a note User Contributed Notes
id3_get_frame_short_name
There are no user contributed notes for this page.

id3_get_genre_id> <id3_get_frame_long_name
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites