|
PHP5中文手册
id3_remove_tag(PECL id3:0.1-0.2) id3_remove_tag — Remove an existing ID3 tag 说明
bool id3_remove_tag
( string $filename
[, int $version
] )
id3_remove_tag() is used to remove the information stored of an ID3 tag. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 id3_remove_tag() example
<?php If the file is writable and contained a 1.0 tag, this will output:
注释
|