Function __global->get_secure_random_v4_guid

Definitions

sources/crypt.php

  • Generate a cryptographically secure random v4 GUID.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The GUID
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Generate a cryptographically secure random v4 GUID.
 *
 * @return string The GUID
 */

function get_secure_random_v4_guid() : string