<?php // https://stackoverflow.com/questions/25573743/can-crc32c-ever-return-to-0#25576636 var_dump(hash('crc32c', hex2bin('ab9be09b'))); var_dump((bool) hash('crc32c', hex2bin('ab9be09b')));
You have javascript disabled. You will not be able to edit any code.