require_once '/DependencyDB.php';
void PEAR_DependencyDB::uninstallPackage (PEAR_PackageFile_v1|PEAR_PackageFile_v2|array &$pkg)
void PEAR_DependencyDB::uninstallPackage
This method is used by the registry when a package is uninstalled or upgraded to remove the package's dependencies from the dependency database.
Upgraded packages first uninstall, then install
This parameter, if an array, should be in format:
<?php array( 'package' => 'packagename', 'channel' => 'channelname' ); ?>
throws no exceptions thrown
This function can not be called statically.