Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17170 программистов и 1833 робота. Сейчас ищут 1699 программистов ...
MP3_Id::getTag
Вернуться к: MP3_Id
MP3_Id::getTag
MP3_Id::getTag() – get the value of a tag
Synopsis
require_once 'Id.php';
mixed MP3_Id::getTag ( string $name , mixed $default )
Get the value of a tag
Parameter
- string $name
-
the name of the tag to get
- mixed $default
-
returned, if the tag not exists
Return value
mixed The value of the field
See
Note
This function can not be called statically.
Вернуться к: MP3_Id