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

search for in the

id3_get_frame_short_name> <Funciones ID3
[edit] Last updated: Fri, 17 May 2013

view this page in

id3_get_frame_long_name

(PECL id3 >= 0.2)

id3_get_frame_long_nameObtiene el nombre largo de un marco ID3v2

Descripción

string id3_get_frame_long_name ( string $frameId )

id3_get_frame_long_name() Retorna el nombre largo para un marco ID3v2.

Parámetros

frameId

Un marco ID3v2

Valores devueltos

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

Ejemplos

Ejemplo #1 Ejemplo de id3_get_frame_long_name()

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

El resultado del ejemplo sería:

Original lyricist(s)/text writer(s)

Ver también



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

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