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

File: Writer.php

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

Classes:

MP3_IDv2_Writer
Writes Idv2 tags to a file

Page Details:

This file contains the implementation for the Idv2-Tag writer 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/Frame.php') [line 44]
load the generic frame structure
require_once('MP3/IDv2/Tag.php') [line 39]
load the tag data structure
require_once('MP3/IDv2/Reader.php') [line 49]
load the reader class

PEAR_MP3_IDV2_FILENOCOPY [line 64]

PEAR_MP3_IDV2_FILENOCOPY = 220
error number, if the temporary file couldn't renamed to the given one

[ Top ]



PEAR_MP3_IDV2_FILENOCOPY_S [line 69]

PEAR_MP3_IDV2_FILENOCOPY_S = 'Could not rename temporary file to %s!'
error message, if the temporary file couldn't renamed to the given one

[ Top ]



PEAR_MP3_IDV2_FILENOWRITE [line 54]

PEAR_MP3_IDV2_FILENOWRITE = 210
error number, if a file couldn't be open for writing

[ Top ]



PEAR_MP3_IDV2_FILENOWRITE_S [line 59]

PEAR_MP3_IDV2_FILENOWRITE_S = 'Could not open file %s for writing!'
error message, if a file couldn't be open for writing

[ Top ]



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