Function __global->peek_force_immediate_log_it

Definitions

sources/global3.php

  • Check whether log_it should be forcefully running immediately instead of registering as a shutdown function.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether log_it should run immediately
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Check whether log_it should be forcefully running immediately instead of registering as a shutdown function.
 *
 * @return boolean Whether log_it should run immediately
 */

function peek_force_immediate_log_it() : bool