Help for this page
# Switch to UTF-8 if it's not already. $config->setEncoding('UTF-8'); ... print $config_fh $config->toString(2); close($config_fh); chmod 0664, $configuri;
# Switch to UTF-8 if it's not already. $config->setEncoding('UTF-8'); $config->toFile($configuri, 2); chmod 0664, $configuri;