Function __global->get_langs_map
Definitions
sources/lang2.php
- Get the map between language codenames and language full names.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The map
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the map between language codenames and language full names.
*
* @return array The map
*/
function get_langs_map() : array
* Get the map between language codenames and language full names.
*
* @return array The map
*/
function get_langs_map() : array

