PEAR_Common::infoFromDescriptionFile()

PEAR_Common::infoFromDescriptionFile() -- Returns information about a package file

Synopsis

require_once 'PEAR/common.php';

array PEAR_Common::infoFromDescriptionFile (string $descfile)

Описание

Returns information about a package file. Expects the name of a package xml file as input.

Параметр

string $descfile

name of package xml file

Возвращаемое значение

array - array with package information

Throws

Таблица 27-1. Возможные значения PEAR_Error

Error codeError valueMeaningSolution
 ""  

Заметка

Эта функция не должна вызываться статически.