Function __global->cms_version_time_db

Definitions

sources/version.php

  • Get the timestamp at which a database / module change was last made.This will dictate when the installer instructs the user to perform a database / module upgrade and will also lock out the system scheduler.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The timestamp at which a database / module change was last made
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the timestamp at which a database / module change was last made.This will dictate when the installer instructs the user to perform a database / module upgrade and will also lock out the system scheduler.
 *
 * @return integer The timestamp at which a database / module change was last made
 */

function cms_version_time_db() : int