PEAR_PackageUpdate::setPreferences | PEAR_PackageUpdate::popError |
PEAR_PackageUpdate | |
PEAR Manual | |
require_once 'PEAR/PackageUpdate.php'; |
boolean PEAR_PackageUpdate::update (
)
Updates your current installation with the new source for the package.
throws PEAR_PACKAGEUPDATE_ERROR_NOTINSTALLED, if the package is not already installed.
since 0.4.0a1
This function can not be called statically.
boolean - TRUE if the update was successful, FALSE otherwise.
PEAR_PackageUpdate::setPreferences | PEAR_PackageUpdate::popError |
PEAR_PackageUpdate | |
PEAR Manual | |