The ami_env.php procedural file
Page Details:
Environment setting up entry point.
Entry point must be included from global context and supposes in current symbol table array $AMI_ENV_SETTINGS having following possible data:
$AMI_ENV_SETTINGS = array(
'response_mode' => 'HTML'|'JSON', // response type, 'HTML' by default
'response_buffered' => true|false, // response buffering flag, true by default
'external_call' => true|false // environment is included from external code, global scope will be saved into "Amiro" scope and can be restored via AMI::restoreGlobalScope('Amiro'); false by default, since 5.12.4
);
Tags:
Includes:
require($path) [line 196]