Function __global->_get_lang_file_map
Definitions
sources/lang_compile.php
- Extend a language map from strings in a given language file.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$b | PATH | required parameter | N/A | N/A | The path to the language file |
$entries | array | required parameter | N/A | N/A | The currently loaded language map |
$section | string | strings | N/A | N/A | The section to get |
$given_whole_file | boolean | False | N/A | N/A | Whether $b is in fact not a path, but the actual file contents |
$apply_filter | boolean | True | N/A | N/A | Apply the language pack filter |
$lang | ?LANGUAGE_NAME | Null | N/A | N/A | Language (null: current language) |