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, 24 Jun 2011

view this page in

id3_get_frame_short_name

(PECL id3 >= 0.2)

id3_get_frame_short_nameدریافت نام کوتاه فریم ID3v2

Description

string id3_get_frame_short_name ( string $frameId )

id3_get_frame_short_name() نام کوتاه فریم ID3v2 را باز می‌گرداند.

Parameters

frameId

فریم ID3v2

Return Values

بازگرداندن نام کوتاه فریم یا FALSE در صورت خطا.

مقدار بازگردانده شده توسط id3_get_frame_short_name() در آرایه بازگردانده شده id3_get_tag() را استفاده می‌کند.

Examples

Example #1 مثال id3_get_frame_short_name()

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

The above example will output:

originalLyricist

See Also



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