PEAR_ChannelFile::fromXmlFile

PEAR_ChannelFile::fromXmlFile() – Analyse un fichier channel.xml. Attend le nom du fichier xml comme paramètre

Synopsis

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::fromXmlFile ( string $descfile )

Description

Analyse le contenu d'un fichier channel.xml et stock l'objet courant PEAR_ChannelFile.

Parameter

string $descfile

Nom du fichier xml

Return value

retourne le succès de l'analyse

Throws

No exceptions thrown.

Note

This function can not be called statically.