PHP Velho Oeste 2024

La clase KTaglib_Tag

(0.0.1)

Introducción

Clase base para las etiquetas ID3v1 o ID3v2

Sinopsis de la clase

KTaglib_Tag {
/* Métodos */
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
}

Tabla de contenidos

add a note add a note

User Contributed Notes

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