1 uuid.inc public UuidInterface::generate()

Generates a Universally Unique IDentifier (UUID).

Return value

A 32 byte integer represented as a hex string formatted with 4 hyphens.:

File

core/includes/uuid.inc, line 18
Handling of universally unique identifiers.

Class

UuidInterface
Interface that defines a UUID backend.

Code

public function generate();