|
PHP5中文手册
id3_set_tag(PECL id3:0.1-0.2) id3_set_tag — Update information stored in an ID3 tag 说明
bool id3_set_tag
( string $filename
, array $tag
[, int $version
] )
id3_set_tag() is used to change the information stored of an ID3 tag. If no tag has been present, it will be added to the file. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 id3_set_tag() example
<?php If the file is writable, this will output:
注释
|