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
There are no user contributed notes for this page.
