Function __global->install_cns

Definitions

sources/cns_install.php

  • Install/upgrade Conversr.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$upgrade_from ?float No No Null N/A N/A The version to upgrade from (null: fresh install)

Preview

Code (PHP)

/**
 * Install/upgrade Conversr.
 *
 * @param  ?float $upgrade_from The version to upgrade from (null: fresh install)
 */

function install_cns(?float $upgrade_from = null)