id3_get_frame_long_name
(PECL id3 >= 0.2)
id3_get_frame_long_name — دریافت نام دراز فریم ID3v2
Description
string id3_get_frame_long_name
( string $frameId
)
id3_get_frame_long_name() نام دراز فریم ID3v2 را باز میگرداند.
Parameters
- frameId
-
فریم ID3v2
Return Values
بازگرداندن نام دراز فریم یا FALSE در صورت خطا.
Examples
Example #1 id3_get_frame_long_name() example
<?php
$longName = id3_get_frame_long_name("TOLY");
echo $longName;
?>
The above example will output:
Original lyricist(s)/text writer(s)
There are no user contributed notes for this page.
