PEAR_DependencyDB::getDependentPackages | PEAR_DependencyDB::installPackage |
PEAR_DependencyDB | |
PEAR Manual | |
require_once '/DependencyDB.php'; |
bool
PEAR_DependencyDB::hasWriteAccess
(
)
This method is used by the installer to prevent attempts to create/modify the dependency DB if the current user does not have write access to the registry. Without this method, simple read-only commands like pear info would not work.
throws no exceptions thrown
This function can not be called statically.
PEAR_DependencyDB::getDependentPackages | PEAR_DependencyDB::installPackage |
PEAR_DependencyDB | |
PEAR Manual | |