Function __global->get_site_start_time

Definitions

sources/global4.php

  • Get time when the site was started.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The time
  • Type: TIME
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get time when the site was started.
 *
 * @return TIME The time
 */

function get_site_start_time() : int