1514. Class

1514.1. Zend\Config\Reader\Ini

XML config reader.

1514.1.1. Methods

1514.1.1.1. setNestSeparator

setNestSeparator()

Set nest separator.

Parameters:string
Return type:self

1514.1.1.2. getNestSeparator

getNestSeparator()

Get nest separator.

Return type:string

1514.1.1.3. fromFile

fromFile()

fromFile(): defined by Reader interface.

Parameters:string
Return type:array
Throws :ExceptionRuntimeException

1514.1.1.4. fromString

fromString()

fromString(): defined by Reader interface.

Parameters:string
Return type:array|bool
Throws :ExceptionRuntimeException

1514.1.1.5. process

process()

Process data from the parsed ini file.

Parameters:array
Return type:array

1514.1.1.6. buildNestedSection

buildNestedSection()

Process a nested section

Parameters:
  • array
  • mixed
Return type:

array

1514.1.1.7. processSection

processSection()

Process a section.

Parameters:array
Return type:array

1514.1.1.8. processKey

processKey()

Process a key.

Parameters:
  • string
  • string
  • array
Return type:

array

Throws :

ExceptionRuntimeException