PHP Dokumentation: Id3v2tag addFrame
12. Januar 2010 von werner
KTaglib_ID3v2_Tag::addFrame
(0.0.1)
KTaglib_ID3v2_Tag::addFrame — Add a frame to the ID3v2 tag
Beschreibung
public bool KTaglib_ID3v2_Tag::addFrame ( KTagLib_ID3v2_Frame $frame )
Adds a frame to the ID3v2 tag. The frame must be a valid KTagLib_ID3v2_Frame object. To save the tag, the save function needs to be invoked.
Rückgabewerte
Returns true on success, otherwise false.