PEAR_Common::xmlFromInfo()

PEAR_Common::xmlFromInfo() -- Return an XML document based on the package info

Referentiesamenvatting

require_once 'PEAR/common.php';

string PEAR_Common::xmlFromInfo (array $pkginfo)

Beschrijving

Return an XML document based on the package info (as returned by the PEAR_Common::infoFrom*() methods).

Parameter

array $pkginfo

package info

Return waarde

string - XML data

Note

Deze functie kan niet statisch worden aangeroepen.