mixed PEAR_PackageUpdate::getInstalledRelease (
)
Loads the informations about current installed version of the package.
version
The version of installed package name.
license
The license this package is released under.
summary
A short description about the package.
description
A long description about the package.
releasedate
The date of the release of the version installed.
releasenotes
Description about changes on the package from previous release.
state
The state of the package release installed (snapshot|devel|alpha|beta|stable).
deps
The list of dependencies for this release of the package.
xsdversion
The version of the XML package used to install this release (1.0 or 2.0).
packagerversion
The version of the PEAR packager that was used to build this release.
since 0.6.0
This function can not be called statically.
boolean - FALSE if the information was not available.
array - informations about the current installed version of the package (version, license, summary, description, releasedate, releasenotes, state, deps, xsdversion, packagerversion).