Gumbo_Config_Writer_Ini
Config INI Writer
Author(s): |
Michael Luster <mluster79@yahoo.com> |
License: | New BSD License |
Copyright: | Copyright (c) 2007, iBayou, Michael Luster |
Link: | http://sourceforge.net/projects/phpgumbo |
Version: | 0.0.1 |
Implements interfaces:
Class Methods
public bool write ( $tree, string $file, [bool $replace] )
[line 48]
Writes the supplied values into the configuration file
Parameter(s):
- (Gumbo_Interface_Composite) $tree
- (string) $file :: file name to write to
- (bool) $replace :: replaces current file
- throws:
Gumbo_Exception Implementation of:
[ Top ]