<?php

$uuid = '320148A6-D083-4CA2-90C3-787BEAB448DC';
echo $hash = hash('fnv1a64', $uuid), PHP_EOL;
echo strlen($hash);