Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 21838 программистов и 2024 робота. Сейчас ищут 1443 программиста ...
PEAR_Common::xmlFromInfo
Вернуться к: PEAR_Common
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 )
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.
Вернуться к: PEAR_Common