Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17170 программистов и 1833 робота. Сейчас ищут 1699 программистов ...
MP3_Id::copy
Вернуться к: MP3_Id
MP3_Id::copy
MP3_Id::copy() – copy the tags of another instance
Synopsis
require_once 'Id.php';
void MP3_Id::copy ( string $from )
Sets the ID3 tags to the same as the tags in $from
Parameter
- string $from
-
Name of the variable storing an other instance of MP3_Id
Note
This function can not be called statically.
Вернуться к: MP3_Id