Function __global->in_safe_mode

Definitions

sources/global2.php

  • Find whether we are running in safe mode.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether we are in safe mode
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether we are running in safe mode.
 *
 * @return boolean Whether we are in safe mode
 */

function in_safe_mode() : bool
 

sources/minikernel.php

  • Find whether we are running in safe mode.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether we are in safe mode
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether we are running in safe mode.
 *
 * @return boolean Whether we are in safe mode
 */

function in_safe_mode() : bool