Function __global->get_public_key_telemetry

Definitions

sources/encryption.php

  • Get the contents of the software's public key file for telemetry use.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$version ?float Null N/A N/A The version of the software of which to return the public key (null: return the key bundled with this version)

Return

  • File contents (false: error)
  • Type: ~string
  • Set: N/A
  • Range: N/A