PEAR_Registry::setPackageDep()
Описание
Update or insert a the dependencies of a package, prechecking that the package won't break any dependency in the process. (Dependencies of type 'pkg' only.
Параметр
- string $package
Package name
- string $new_version
Version of the Package
- array $rel_deps
Package dependencies
Возвращаемое значение
mixed - TRUE if no dependencies found; or array with names of missing or outdated Packages
Пред. | Начало | След. |
PEAR_Registry::removePackageDep() | Уровень выше | PEAR_Registry::updatePackage() |