PEAR_Common::xmlFromInfo()
PEAR_Common::xmlFromInfo() -- Return an XML document based on the package info
Synopsis
require_once 'PEAR/common.php'; |
string
PEAR_Common::xmlFromInfo (array $pkginfo)
Beschreibung
Return an XML document based on the package info
(as returned by the PEAR_Common::infoFrom*()
methods).
Parameter
- array
$pkginfo
package info
Rückgabewert
string -
XML data
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.