Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17496 программистов и 1877 роботов. Сейчас ищет 1731 программист ...
PEAR_Config::PEAR_Config
Вернуться к: PEAR_Config
PEAR_Config::PEAR_Config
PEAR_Config::PEAR_Config() – Constructor
Synopsis
require_once 'PEAR/config.php';
void PEAR_Config::PEAR_Config ( string $user_file = '' , string $system_file = '' )
Constructor
Parameter
- string $user_file
-
file to read user-defined options from
- string $system_file
-
file to read system-wide defaults from
Note
This function can not be called statically.
Вернуться к: PEAR_Config