Configuration

Configuration keys for the Solar_Debug_Timer class.

output

  • (string) Output mode. Set to 'html' for HTML; or 'text' for plain text. Default autodetects by SAPI version.

  • Default: null

auto_start

  • (bool) When true, starts the timer at __construct() time. Default false.

  • Default: false

auto_display

  • (bool) When true, calls display() at __destruct() time. Default false.

  • Default: false



Local