Function AbstractPartitionedDatabase->loadFromJSONFile
Definitions
sources/isocodes/vendor/sokil/php-isocodes/src/AbstractPartitionedDatabase.php
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$fileName | string | No | No | required parameter | N/A | N/A | File name of partition without extension |
Returns
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
*
*
* @param string $fileName File name of partition without extension
* @return array
*/
protected function loadFromJSONFile(string $fileName) : array
*
*
* @param string $fileName File name of partition without extension
* @return array
*/
protected function loadFromJSONFile(string $fileName) : array