PEAR_Registry::removePackageDep()

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

Referentiesamenvatting

require_once 'PEAR/Registry.php';

mixed PEAR_Registry::removePackageDep (string $package)

Beschrijving

Removes the dependency information of a Package from the registry.

Parameter

string $package

Package name

Return waarde

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

Throws

Tabel 28-1. Mogelijke PEAR_Error waarden

Error codeError valueMeaningSolution
 ""  

Note

Deze functie kan niet statisch worden aangeroepen.