Fully Qualified Name: | Laminas\Config\Reader\ReaderInterface |
Name | Description | Defined By |
---|---|---|
fromFile() | Read from a file and create an array | ReaderInterface |
fromString() | Read from a string and create an array | ReaderInterface |
Read from a file and create an array
Parameter Name | Type | Description |
---|---|---|
$filename | string |
Returns: array
Read from a string and create an array
Parameter Name | Type | Description |
---|---|---|
$string | string |
Returns: array|bool