boolean PEAR_Registry::updatePackage (
string $package
, array $info
, bool $merge
= true
)
Updates the existing information of a Package in the registry.
$package
Package name
$info
information to update
$merge
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.