Function __global->peek_suppress_error_death

Definitions

sources/global2.php

  • See suppress error death setting.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Last setting
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * See suppress error death setting.
 *
 * @return boolean Last setting
 */

function peek_suppress_error_death() : bool
 

sources/minikernel.php

  • See suppress error death setting.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Returns

  • Last setting
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * See suppress error death setting.
 *
 * @return boolean Last setting
 */

function peek_suppress_error_death()