Function __global->running_script

Definitions

sources/global2.php

  • Find whether a certain script is being run to get here.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$is_this_running string required parameter N/A N/A Script filename (canonically we want NO .php file type suffix)

Return

  • Whether the script is running
  • Type: boolean
  • Set: N/A
  • Range: N/A

sources/minikernel.php

  • Find whether a certain script is being run to get here.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$is_this_running string required parameter N/A N/A Script filename (canonically we want NO .php file type suffix)

Return

  • Whether the script is running
  • Type: boolean
  • Set: N/A
  • Range: N/A