update : 2015.11.03
php.shukuma.com검색:
|
id3_remove_tag(PECL id3 >= 0.1) id3_remove_tag — Remove an existing ID3 tag 설명
bool id3_remove_tag
( string
$filename
[, int $version = ID3_V1_0
] )id3_remove_tag() is used to remove the information stored of an ID3 tag. 인수
반환값
성공 시 예제
Example #1 id3_remove_tag() example
<?php If the file is writable and contained a 1.0 tag, this will output: Tag successfully removed 주의
참고
|