Help for this page

Select Code to Download


  1. or download this
    # 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;
    
  2. or download this
    # Switch to UTF-8 if it's not already.
    $config->setEncoding('UTF-8');
    
    $config->toFile($configuri, 2);
    chmod 0664, $configuri;