PEAR_Config::PEAR_Config()
PEAR_Config::PEAR_Config() -- コンストラクタ
概要
require_once 'PEAR/config.php'; |
void PEAR_Config::PEAR_Config ([string $user_file = '' [, string $system_file = '']])
パラメータ
- string
$user_file
ユーザ定義のオプションを読み込むファイル。
- string
$system_file
システムのデフォルトを読み込むファイル。
注意
この関数は、スタティックにコールする
ことはできません。