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
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
Note
This function can not be called statically.