PEAR_Registry::removePackageDep()

PEAR_Registry::removePackageDep() -- Remove dependency information of a Package

Synopsis

require_once 'PEAR/Registry.php';

mixed PEAR_Registry::removePackageDep (string $package)

Description

Removes the dependency information of a Package from the registry.

Parameter

string $package

Package name

Return value

mixed - TRUE if successful; or an array with a list of Packages depending on this Package

Throws

Table 20-1. Possible PEAR_Error values

Error codeError valueMeaningSolution
 ""  

Note

This function can not be called statically.