fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $x = 'SET555GNQP-1';
  5. $hash = md5($x);
  6. var_dump($hash);
Success #stdin #stdout 0.04s 25832KB
stdin
Standard input is empty
stdout
string(32) "b415ed1c9a6dc20692e85717e19c1e36"