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):

  • throws:  Gumbo_Exception
Implementation of:
Gumbo_Interface_Config_Writer::write()

[ Top ]