Home > PHP > Function > ID3 > id3_get_frame_long_name()

id3_get_frame_long_name()

id3_get_frame_long_name - Get the long name of an ID3v2 frame

Syntax

string id3_get_frame_long_name (string $frameId)

Arguments

  • frameId - An ID3v2 frame

Description

id3_get_frame_long_name() returns the long name for an ID3v2 frame.

Version

PHP PECL id3 >= 0.2

Return value

Returns the frame long name or FALSE on errors.