PEAR_Registry::removePackageDep()

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

概要

require_once 'PEAR/Registry.php';

mixed PEAR_Registry::removePackageDep (string $package)

説明

Removes the dependency information of a Package from the registry.

パラメータ

string $package

Package name

返り値

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

例外・エラー

表 27-1PEAR_Error の値

Error codeError valueMeaningSolution
 ""  

注意

この関数は、スタティックにコールする ことはできません。