Home > PHP > Function > ID3 > id3_get_frame_short_name()

id3_get_frame_short_name()

id3_get_frame_short_name - Get the short name of an ID3v2 frame

Syntax

string id3_get_frame_short_name (string $frameId)

Arguments

  • frameId - An ID3v2 frame

Description

id3_get_frame_short_name() returns the short name for an ID3v2 frame.

Version

PHP PECL id3 >= 0.2

Return value

Returns the frame short name or FALSE on errors.