PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
Opony samochodowe - Gadżety reklamowe - Cięcie blach - zdjęcia ślubne - Bukmacher - Cukrzyca


id3_get_version

id3_get_version

(PECL)

id3_get_version -- Get version of an ID3 tag

Opis

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.

Parametry

filename

The path to the MP3 file

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

Zwracane wartości

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.

Przykłady

Przykład 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";
}
?>

Powyższy przykład wyświetli coś podobnego do:

Contains a 1.x tag
Contains a 1.1 tag

Patrz także

id3_set_tag()
id3_get_tag()
id3_remove_tag()

Wgraj swoje pliki za darmo Darmowy hosting plików Darmowy hosting plików - Limo and Car services Airport chicago limo service 773-649-9630 - Limo and Car services Airport chicago limousine service 773-649-9630 - galerie - sklepy internetowe - Limo and Car services limousine chicago il 773-649-9630 - Programy - statusy gg - Najlepsze opisy gg smutne do Twojego komunikatora - gotseoweb - odzyskiwanie danych Koszalin - odzyskiwanie danych Katowice - pogotowie komputerowe - darmowy hosting - pozycjonowanie i optymalizacja pozycjonowanie i optymalizacja pozycjonowanie i optymalizacja

G:4,M:0,Y:21