PEAR_Config | PEAR_Dependency |
PEAR_Config | |
PEAR Manual | |
require_once 'PEAR/config.php'; |
bool PEAR_Config::writeConfigFile (
string $file = NULL
, bool $layer = 'user'
)
Writes data into a config layer from a file.
file to read from
whether to overwrite existing data
bool - Returns TRUE on success, PEAR_Error on failure.
Error code | Error value | Meaning | Solution |
" |
This function can not be called statically.
PEAR_Config | PEAR_Dependency |
PEAR_Config | |
PEAR Manual | |