require_once 'PEAR/Registry.php';
boolean PEAR_Registry::updatePackage (string $package, array $info [, bool $merge = TRUE])
boolean PEAR_Registry::updatePackage
Updates the existing information of a Package in the registry.
Package name
information to update
if FALSE the old informations will be deleted completly an replaced with the new; if TRUE update only - unchanged values will remain.
boolean - Returns TRUE on success, FALSE on failure.
Table 27-1. Possible PEAR_Error values
This function can not be called statically.