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

File: PackageFile.php

Source Location: /PEAR-1.6.2/PEAR/PackageFile.php

Classes:

PEAR_PackageFile
Abstraction for the package.xml package description file

Page Details:

PEAR_PackageFile, package.xml parsing utility class

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('PEAR/Validate.php') [line 26]
needed for PEAR_VALIDATE_* constants

PEAR_PACKAGEFILE_ERROR_INVALID_PACKAGEVERSION [line 35]

PEAR_PACKAGEFILE_ERROR_INVALID_PACKAGEVERSION = 2
Error code if the package.xml <package> tag version is not supported (version 1.0 and 1.1 are the only supported versions,

currently


[ Top ]



PEAR_PACKAGEFILE_ERROR_NO_PACKAGEVERSION [line 30]

PEAR_PACKAGEFILE_ERROR_NO_PACKAGEVERSION = 1
Error code if the package.xml <package> tag does not contain a valid version

[ Top ]



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