Function __global->current_fatalistic

Definitions

sources/global2.php

  • Find the current mode of fatalistic.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • 0 if fatalistic is off, 1 if it is on, or 2 if it is on with additional details
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the current mode of fatalistic.
 *
 * @return integer 0 if fatalistic is off, 1 if it is on, or 2 if it is on with additional details
 */

function current_fatalistic() : int
 

sources/minikernel.php

  • Find the current mode of fatalistic.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • 0 if fatalistic is off, 1 if it is on, or 2 if it is on with additional details
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the current mode of fatalistic.
 *
 * @return integer 0 if fatalistic is off, 1 if it is on, or 2 if it is on with additional details
 */

function current_fatalistic() : int