PEAR_Common::infoFromString()

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

Synopsis

require_once 'PEAR/common.php';

array PEAR_Common::infoFromString (string $data)

Beschreibung

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

Parameter

string $data

content of package xml file

Rückgabewert

array - array with package information

Fehler-Meldungen

Tabelle 28-1. Mögliche Fehler-Arten

Error codeError valueMeaningSolution
 „“  

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.