Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17143 программиста и 1833 робота. Сейчас ищут 1712 программистов ...
MP3_Id::setTag
Вернуться к: MP3_Id
MP3_Id::setTag
MP3_Id::setTag() – sets a tag content
Synopsis
require_once 'Id.php';
void MP3_Id::setTag ( mixed $name , mixed $value )
Sets a field
Tag | Meaning |
---|---|
name | Title of the content |
artists | Name of band or artist |
album | Name of the album |
year | publishing year of the album or song |
comment | song comment |
track | the number of the track |
genre | genre of the song |
genreno | Number of the genre |
Parameter
- mixed $name
-
Name of the tag to set or hash with the key as fieldname
- mixed $value
-
the value to set
Note
This function can not be called statically.
Вернуться к: MP3_Id