Function __global->load_integrity_manifest

Definitions

sources/upgrade_integrity_scan.php

  • Load up manifest of file checksums.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$previous boolean No No False N/A N/A Whether to use data for the previous version

Returns

  • Master data
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Load up manifest of file checksums.
 *
 * @param  boolean $previous Whether to use data for the previous version
 * @return array Master data
 */

function load_integrity_manifest(bool $previous = false) : array