INI Parser
Package:
Summary:
Parse INI files without using PHP built-in support
Groups:
Author:
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.
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.
Comments are closed.