Function __global->get_lang_file_section

Definitions

sources/lang_compile.php

  • Get an array of all the INI entries in the specified language for a particular section.Note that this function is not actually used for regular language file compilation to extract strings, for performance reasons.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$lang LANGUAGE_NAME required parameter N/A N/A The language
$file ?ID_TEXT Null N/A N/A The language file (null: we are loading this section from all language files)
$section string descriptions N/A N/A The section

Return

  • The INI entries
  • Type: array
  • Set: N/A
  • Range: N/A