Function __global->restore_output_state

Definitions

sources/global3.php

  • Restore the last output state on the stack, or a fresh one if none was pushed.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$just_tempcode boolean False N/A N/A Whether to only restore the Tempcode execution part of the state
$merge_current boolean False N/A N/A Whether to merge the current output state in (or take precedence when merging isn't applicable)
$keep ?array Null N/A N/A Settings to keep (not replace) / merge if possible (null: merge all)