PHP Velho Oeste 2024

Класс KTaglib_Tag

(0.0.1)

Введение

Базовый класс для тегов ID3v1 и ID3v2

Краткий обзор класса

KTaglib_Tag {
/* Методы */
public getAlbum ( void ) : string
public getArtist ( void ) : string
public getComment ( void ) : string
public getGenre ( void ) : string
public getTitle ( void ) : string
public getTrack ( void ) : int
public getYear ( void ) : int
public isEmpty ( void ) : bool
}

Содержание

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top