previousPEAR_PackageFileManager::detectDependencies (Previous) (Next) PEAR_PackageFileManager::getWarningsnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PEAR_PackageFileManager::debugPackageFile

PEAR_PackageFileManager::debugPackageFile() – ALWAYS use this to test output before overwriting your package.xml!!

Synopsis

require_once 'PEAR/PackageFileManager.php';

void PEAR_PackageFileManager::debugPackageFile ( )

Description

This method instructs writePackageFile() to simply print the package.xml to output, either command-line or web-friendly (this is automatic based on the existence of $_SERVER['PATH_TRANSLATED']

Throws

throws no exceptions thrown

See

see PEAR_PackageFileManager::writePackageFile() - calls with the debug parameter set based on whether it is called from the command-line or web interface

Note

This function can not be called statically.

previousPEAR_PackageFileManager::detectDependencies (Previous) (Next) PEAR_PackageFileManager::getWarningsnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.