MP3_IDv2
[ class tree: MP3_IDv2 ] [ index: MP3_IDv2 ] [ all elements ]

File: Reader.php

Source Location: /MP3_IDv2-0.1.8/MP3/IDv2/Reader.php

Classes:

MP3_IDv2_Reader
Reads Idv2 tags from a file.

Page Details:

This file contains the implementation for the Idv2-Tag reader class

Copyright (C) 2006 Alexander Merz

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Includes:

require_once('PEAR.php') [line 34]
load the PEAR class for error handlng
require_once('MP3/IDv2/Tag.php') [line 39]
load the tag data structure
require_once('MP3/IDv2/Frame.php') [line 44]
load the generic frame data strucure

PEAR_MP3_IDV2_FILECORRUPTED [line 71]

PEAR_MP3_IDV2_FILECORRUPTED = 130
error number, if a file couldn'b read correctly

This error indicates a problem, but this could be also a bug in the Reader!


[ Top ]



PEAR_MP3_IDV2_FILECORRUPTED_S [line 76]

PEAR_MP3_IDV2_FILECORRUPTED_S = 'File %s looks corrupted.'
error message, if a file couldn'b read correctly

[ Top ]



PEAR_MP3_IDV2_FILENOTFOUND [line 49]

PEAR_MP3_IDV2_FILENOTFOUND = 110
error number, if a file couldn't be found

[ Top ]



PEAR_MP3_IDV2_FILENOTFOUND_S [line 54]

PEAR_MP3_IDV2_FILENOTFOUND_S = 'File %s not found.'
error message, if a file couldn't be found

[ Top ]



PEAR_MP3_IDV2_FILENOTOPEN [line 59]

PEAR_MP3_IDV2_FILENOTOPEN = 120
error number, if a file couldn't be open for reading

[ Top ]



PEAR_MP3_IDV2_FILENOTOPEN_S [line 64]

PEAR_MP3_IDV2_FILENOTOPEN_S = 'Could not open file %s.'
error message, if a file couldn't be open for reading

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:49:43 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.