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

Possible PEAR_Error values
Error code Error value Meaning Solution
  "    

Note

This function can not be called statically.

Rebuild file map (Previous) Update or insert dependencies of a Package (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.