UUID
Generate a UUID
use Saturn\AccountManager\UUID;
$UUID = new UUID();
// The newly generated UUID is now in the $UniqID variable.
$UniqID = $UUID->Generate();Last updated
use Saturn\AccountManager\UUID;
$UUID = new UUID();
// The newly generated UUID is now in the $UniqID variable.
$UniqID = $UUID->Generate();Last updated