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

search for in the

id3_get_genre_id> <id3_get_frame_long_name
[edit] Last updated: Fri, 17 May 2013

view this page in

id3_get_frame_short_name

(PECL id3 >= 0.2)

id3_get_frame_short_nameObtiene el nombre corto de un marco ID3v2

Descripción

string id3_get_frame_short_name ( string $frameId )

id3_get_frame_short_name() Retorna el nombre corto para un marco ID3v2.

Parámetros

frameId

Un marco ID3v2

Valores devueltos

Retorna el nombre corto del marco o FALSE en caso de error.

Los valores retornados por id3_get_frame_short_name() son usados en el array retornado por id3_get_tag().

Ejemplos

Ejemplo #1 Ejemplo de id3_get_frame_short_name()

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

El resultado del ejemplo sería:

originalLyricist

Ver también



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites