Example #1
0
 public static function dataToUUID(...$params)
 {
     return Utils::toUUID(hash("md5", implode($params), true), 3);
 }