IniParser
Implements DebugParserInterfaceLanguage file parser for INI files
| since |
2.0.0-alpha |
|---|---|
| package |
Joomla Framework |
Methods
debugFile
Parse a file and check its contents for valid structure
debugFile(string filename) : string[]
| since |
2.0.0-alpha |
|---|
Arguments
- filename
stringThe name of the file.
Response
string[]Array containing a list of errors
getType
Get the type of parser
getType() : string
| since |
2.0.0-alpha |
|---|
Response
string
loadFile
Load the strings from a file
loadFile(string filename) : string[]
| since |
2.0.0-alpha |
|---|---|
| throws |
|
Arguments
- filename
stringThe name of the file.
Response
string[]