PHP Doku:: Add a frame to the ID3v2 tag - id3v2tag.addFrame.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzManipulation von AudioformatenKTaglibThe KTagLib_ID3v2_Tag classKTaglib_ID3v2_Tag::addFrame

Ein Service von Reinhard Neidl - Webprogrammierung.

The KTagLib_ID3v2_Tag class

<<The KTagLib_ID3v2_Tag class

KTaglib_ID3v2_Tag::getFrameList>>

KTaglib_ID3v2_Tag::addFrame

(0.0.1)

KTaglib_ID3v2_Tag::addFrameAdd 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.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)