Function __global->parse_ini_file

Definitions

sources_custom/phpstub.php

  • Parse a configuration file.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$filename PATH required parameter N/A N/A The file path
$process_sections boolean False N/A N/A Whether to process sections
$scanner_mode integer 0 N/A N/A Any INI_SCANNER_* constant

Return

  • Map of Ini file data (2d if processed sections) (false: error)
  • Type: ~array
  • Set: N/A
  • Range: N/A