INI Parser

Package:
INI Parser
Summary:
Parse INI files without using PHP built-in support
Groups:
Configuration, Files and Folders
Author:
Maxim
Description:
This class can be used to parse INI files without using PHP built-in support.

It can read an INI file line by line and get the setting values of each configuration section.

The parse results are returned in a bi-dimensional associative array to make it easier to access settings by section and option name.


Powered by Gewgley