Function __global->require_all_open_lang_files
Definitions
sources/lang.php
- Require all the open language files. This doesn't hurt performance a lot.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $lang | ?LANGUAGE_NAME | No | No | Null | N/A | N/A | The language to require open files from (null: uses the current language) |
Preview
Code (PHP)
/**
* Require all the open language files. This doesn't hurt performance a lot.
*
* @param ?LANGUAGE_NAME $lang The language to require open files from (null: uses the current language)
*/
function require_all_open_lang_files(?string $lang = null)
* Require all the open language files. This doesn't hurt performance a lot.
*
* @param ?LANGUAGE_NAME $lang The language to require open files from (null: uses the current language)
*/
function require_all_open_lang_files(?string $lang = null)

