PEAR_Config::PEAR_Config

PEAR_Config::PEAR_Config() – コンストラクタ

Synopsis

require_once 'PEAR/config.php';

void PEAR_Config::PEAR_Config ( string $user_file = '' , string $system_file = '' )

Description

コンストラクタです。

Parameter

string $user_file

ユーザ定義のオプションを読み込むファイル。

string $system_file

システムのデフォルトを読み込むファイル。

Note

This function can not be called statically.