PEAR_ChannelFile::fromXmlString()

PEAR_ChannelFile::fromXmlString()  -- fromXmlString

概要

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::fromXmlString (string $data)

説明

Parse the contents of a channel.xml and store in the current PEAR_ChannelFile object.

パラメータ

string $data

contents of package.xml file

返り値

returns success of parsing

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。