PEAR_ChannelFile::fromAny()

PEAR_ChannelFile::fromAny()  -- Returns channel information from different sources

概要

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::fromAny (string $info)

説明

Parse data from either a string or a channel.xml file.

パラメータ

string $info

Filename of the source, or the source itself

例外・エラー

throws no exceptions thrown

注意

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