Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

id3_get_version

(PECL)

id3_get_version -- Get version of an ID3 tag

Описание

int id3_get_version ( string filename )

id3_get_version() retrieves the version(s) of the ID3 tag(s) in the MP3 file.

If a file contains an ID3 v1.1 tag, it always contains a 1.0 tag, as version 1.1 is just an extension of 1.0.

Список параметров

filename

The path to the MP3 file

Instead of a filename you may also pass a valid stream resource

Возвращаемые значения

Returns the version number of the ID3 tag of the file. As a tag can contain ID3 v1.x and v2.x tags, the return value of this function should be bitwise compared with the predefined constants ID3_V1_0, ID3_V1_1 and ID3_V2.

Примеры

Пример 1. id3_get_version() example

<?php
$version
= id3_get_version( "path/to/example.mp3" );
if (
$version & ID3_V1_0) {
    echo
"Contains a 1.x tag\n";
}
if (
$version & ID3_V1_1) {
    echo
"Contains a 1.1 tag\n";
}
if (
$version & ID3_V2) {
    echo
"Contains a 2.x tag\n";
}
?>

Результатом выполнения данного примера будет что-то подобное:

Contains a 1.x tag
Contains a 1.1 tag

Смотрите также

id3_set_tag()
id3_get_tag()
id3_remove_tag()



add a note add a note User Contributed Notes
id3_get_version
There are no user contributed notes for this page.

id3_remove_tag> <id3_get_tag
Last updated: Sat, 27 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571