Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Read data from ini file and create a data array or object
Tags:
[ Top ]
Class Variables
Class Methods
__construct
IniFile __construct(
[string
$path = ''])
[line 25]
Constructor
Tags:
- access - public
Parameters:
- string $path - (optional) path to ini file
[ Top ]
getIniDataArray
array getIniDataArray(
)
[line 93]
parse ini file and return data as an array
throws exception if path not set
Tags:
- access - public
Parameters:
[ Top ]
getIniDataObj
object getIniDataObj(
)
[line 61]
parse ini file and return data as an object
throws exception if path not set
Tags:
- access - public
Parameters:
[ Top ]
setIniFilePath
boolean setIniFilePath(
string
$path)
[line 41]
Set the ini file path
Throws exception on invalid path
Tags:
- access - public
Parameters:
- string $path - path to the ini file
[ Top ]