|
PHP5中文手册
ID3 Functions简介These functions let you read and manipulate ID3 tags. ID3 tags are used in MP3 files to store title of the song, as well as information about the artist, album, genre, year and track number. Since version 0.2 it is also possible to extract text frames from ID3 v2.2+ tags. 需求要编译本扩展模块无需外部库文件。 安装id3 is part of PECL and can be installed using the PEAR installer. To compile PHP with id3 support, download the sourcecode, put it in php-src/ext/id3 and compile PHP using --enable-id3. 运行时配置本扩展模块在 php.ini 中未定义任何配置选项。 资源类型本扩展模块未定义任何资源类型。 Predefined ConstantsMost of the id3 functions either let you specify or return a tag version. In order to specify the version please use on of these constants.
Table of Contents
|