fork download
  1. <?php
  2.  
  3. $uuid = '320148A6-D083-4CA2-90C3-787BEAB448DC';
  4. echo $hash = hash('fnv1a64', $uuid), PHP_EOL;
  5. echo strlen($hash);
Success #stdin #stdout 0.03s 23840KB
stdin
Standard input is empty
stdout
e88f5e2f8b59e87f
16