unset
Description:
public bool unset (
string section,
string name)
Remove an entry of a configuration option.
Parameters:
| this |
An Config
|
| section |
Section name of the configuration option.
|
| name |
Name of the configure option its self.
|
Returns:
|
true if succeed; false otherwise.
See also: get_value.
|