Function __global->i_solemnly_declare

Definitions

sources/zones.php

  • Declare what security properties the programmer understands. i.e. Self-certification.A good programmer will understand the correct data conversions to undergo in order to write secure/correct/reliable code.A newbie programmer likely will not, sloppiness or a lack of understanding could lead to critical mistakes.If declarations aren't made then extra security precautions are taken, which may interfere with normal processing in limited cases.Declarations should be made whenever entering a custom block or module.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$declarations integer required parameter N/A N/A Bitmask of declarations (I_UNDERSTAND_* constants)