Class Summary PEAR_PackageFile | PEAR_PackageFile::factory |
PEAR | |
PEAR Manual | |
require_once '/PackageFile.php'; |
void constructor
PEAR_PackageFile::PEAR_PackageFile
(
PEAR_Config
&$config
,
bool
$debug = FALSE
,
string
$tmpdir = FALSE
)
Prepare for parsing one or more package.xml files.
The configuration to use for parsing and channel registry (needed for channel-specific validators).
The debug logging level (this is usually the value of the verbose configuration variable).
The temporary directory to extract files in. By default, a new temporary directory is created using System::mktemp().
throws no exceptions thrown
This function can not be called statically.
Class Summary PEAR_PackageFile | PEAR_PackageFile::factory |
PEAR | |
PEAR Manual | |