Function __global->loggable_date

Definitions

sources/global2.php

  • Get the date/time string as we log it. Designed to be consistent with how PHP puts dates into the error-log.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • Date/time string
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the date/time string as we log it. Designed to be consistent with how PHP puts dates into the error-log.
 *
 * @return string Date/time string
 */

function loggable_date() : string
 

sources/minikernel.php

  • Get the date/time string as we log it. Designed to be consistent with how PHP puts dates into the error-log.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • Date/time string
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the date/time string as we log it. Designed to be consistent with how PHP puts dates into the error-log.
 *
 * @return string Date/time string
 */

function loggable_date() : string