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 )

Description

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

Parameter

array $pkginfo

package info

Return value

string - XML data

Note

This function can not be called statically.

Test whether a string is a valid package name (Previous) PEAR_Config (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.