update : 2015.11.03
php.shukuma.com검색:
|
id3_set_tag(PECL id3 >= 0.1) id3_set_tag — Update information stored in an ID3 tag 설명
bool id3_set_tag
( string
$filename
, array $tag
[, int $version = ID3_V1_0
] )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. 인수
반환값
성공 시 예제
Example #1 id3_set_tag() example
<?php If the file is writable, this will output: Tag successfully updated 주의
참고
|