Function __global->ini_set

Definitions

sources_custom/phpstub.php

  • Sets the value of a configuration option.Usually call cms_ini_set for Composr code.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$var string required parameter N/A N/A Config option
$value string required parameter N/A N/A New value of option

Return

  • Old value of option (false: error)
  • Type: ~string
  • Set: N/A
  • Range: N/A