Voting

: min(four, seven)?
(Example: nine)

The Note You're Voting On

dotg at mail dot ru
8 years ago
crc32() on php 32bit and 64 bit not equal in some values

i use abs for result in positive for 32 bit

not equal
<?=abs(crc32(1));?>
64 bit
2212294583
32 bit
2082672713

equal
<?=abs(crc32(3));?>
64 bit
1842515611
32 bit
1842515611

<< Back to user notes page

To Top