class Util (View source)

Methods

static UuidInterface
generateUuid(int $version = 4, string|UuidInterface $ns = null, string $name = null)

Generate UUID by version.

static bool
validateUuid(string $str, int $version = null)

Validate UUID plus version.

Details

static UuidInterface generateUuid(int $version = 4, string|UuidInterface $ns = null, string $name = null)

Generate UUID by version.

Parameters

int $version UUID Version
string|UuidInterface $ns The UUID namespace in which to create the named UUID
string $name The name to create a UUID for

Return Value

UuidInterface UUID

Exceptions

UnsatisfiedDependencyException

static bool validateUuid(string $str, int $version = null)

Validate UUID plus version.

Parameters

string $str
int $version UUID Version

Return Value

bool True for valid.