Util
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.