Function __global->ini_get

Definitions

sources_custom/phpstub.php

  • Gets the value of a configuration option. Note: On Phalanger any unknown config options will produce a warning if fetched.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$varname string required parameter N/A N/A Config option

Return

  • Value of option (empty: no such config option, or an empty value) (false: ditto)
  • Type: ~mixed
  • Set: N/A
  • Range: N/A