<?php $str="Wello!"; $h1=dechex(crc32($str)); $h2=hash("crc32",$str); var_dump($h1===$h2,$h1,$h2);
You have javascript disabled. You will not be able to edit any code.