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

File: XSPF.php

Source Location: /File_XSPF-0.2.3/File/XSPF.php

Classes:

File_XSPF
This is the main class for this package.

Page Details:

+---------------------------------------------------------------------------+

| File_XSPF PEAR Package for Manipulating XSPF Playlists | | Copyright (c) 2005 David Grant <david@grant.org.uk> | +---------------------------------------------------------------------------+ | 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, or (at your option) any later version. | | | | 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 St, Fifth Floor, Boston, MA 02110-1301 USA | +---------------------------------------------------------------------------+

PHP version 4

Includes:

require_once('File/XSPF/Location.php') [line 37]
require_once('File/XSPF/Track.php') [line 39]
require_once('File/XSPF/Meta.php') [line 38]
require_once('File/XSPF/Link.php') [line 36]
require_once('File/XSPF/Extension.php') [line 33]
require_once('XML/Parser.php') [line 43]
require_once('XML/Tree.php') [line 44]
require_once('Validate.php') [line 41]
require_once('File/XSPF/Identifier.php') [line 35]
require_once('File/XSPF/Handler.php') [line 34]

FILE_XSPF_ATTRIBUTION_IDENTIFIER [line 65]

FILE_XSPF_ATTRIBUTION_IDENTIFIER = 2
Constant to identify an attribution as an identifier element.

This constant may be passed as the second argument to the File_XSPF::addAttribution() method of this class to signify that the passed data is an identifier element.


[ Top ]



FILE_XSPF_ATTRIBUTION_LOCATION [line 55]

FILE_XSPF_ATTRIBUTION_LOCATION = 1
Constant to identify an attribution as a location element.

This constant may be passed as the second argument to the File_XSPF::addAttribution() method of this class to signify that the passed data is a location element.


[ Top ]



FILE_XSPF_ERROR_FILE_CLOSURE [line 70]

FILE_XSPF_ERROR_FILE_CLOSURE = 1
This constant signifies an error closing a file.

[ Top ]



FILE_XSPF_ERROR_FILE_OPENING [line 74]

FILE_XSPF_ERROR_FILE_OPENING = 2
This constant signifies an error opening a file.

[ Top ]



FILE_XSPF_ERROR_FILE_WRITING [line 78]

FILE_XSPF_ERROR_FILE_WRITING = 3
This constant signfies an error writing to a file.

[ Top ]



FILE_XSPF_ERROR_PARSING_FAILURE [line 82]

FILE_XSPF_ERROR_PARSING_FAILURE = 4
This constant signifies an error parsing the XSPF file.

[ Top ]



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