PHP 클래스 RTMediaTags, rtMedia

파일 보기 프로젝트 열기: rtCamp/rtMedia 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $file )
__get ( $key )
__set ( $key, $value )
id3 ( ) : object Initialize the getid3 class
save ( ) Writes data inside the files after manipulation, mainly mp3 files.
set_art ( $data, string $mime = 'jpeg', string $description = 'Description' ) Sets cover art for mp3 files
update_filepath ( $file )

비공개 메소드들

메소드 설명
analyze ( ) Analyze file

메소드 상세

__construct() 공개 메소드

public __construct ( $file )

__get() 공개 메소드

public __get ( $key )

__set() 공개 메소드

public __set ( $key, $value )

id3() 공개 정적인 메소드

Initialize the getid3 class
public static id3 ( ) : object
리턴 object

save() 공개 메소드

Writes data inside the files after manipulation, mainly mp3 files.
public save ( )

set_art() 공개 메소드

Sets cover art for mp3 files
public set_art ( $data, string $mime = 'jpeg', string $description = 'Description' )
$data
$mime string
$description string

update_filepath() 공개 메소드

public update_filepath ( $file )