Skip to content

Methods - cIniProcessor

Include: Use System\Ini.pkg

This page lists the methods - ciniprocessor documented for this class.

  • ClearData - Clears all parsed INI data.
  • ReadFile - Reads INI data from a file and returns success.
  • ParseString - Parses INI text into sections and values.
  • Stringify - Returns the current INI data as text.
  • WriteFile - Writes current INI data to a file.
  • SetValue - Sets or creates a section key value.
  • GetValue - Returns a key value or the supplied default.
  • HasSection - Checks whether a section exists.
  • HasKey - Checks whether a key exists in a section.
  • RemoveSection - Removes a section.
  • RemoveKey - Removes a key; an empty section is removed.
  • Sections - Returns section names.
  • Keys - Returns key names for a section.

See also