set() set(string $key, string $value) : $this Update an ini setting. Parameters string $key The name of the setting to update string $value The value to set it to Returns $this
get() get(string $key) : string|false Get a current ini setting. Parameters string $key The name of the setting Returns string|false