PEAR_Registry | PEAR_Remote |
PEAR_Registry | |
PEAR Manual | |
require_once 'PEAR/Registry.php'; |
boolean PEAR_Registry::updatePackage (
string $package
, array $info
, bool $merge = TRUE
)
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.
Error code | Error value | Meaning | Solution |
" |
This function can not be called statically.
PEAR_Registry | PEAR_Remote |
PEAR_Registry | |
PEAR Manual | |