PEAR_Config::getConfFile

PEAR_Config::getConfFile() – Récupère le fichier utilisé pour stocker la configuration d'une interface

Synopsis

require_once '/Config.php'; (since PEAR 1.4.0)

void PEAR_Config::getConfFile ( string $layer )

Description

Utiliser pour récupérer le nom du fichier de configuration qui fournit les valeurs pour une configuration d'interface particulière.

Parameter

string $layer

user, system, or ftp

Throws

No exceptions thrown.

Note

This function can not be called statically.