Gebruik crc32
, retourneert het een 32bit int
.
var_dump (crc32 ("hello world"));
var_dump (crc32 ("world hello"));
uitvoer
int(222957957)
int(1292159901)
Gebruik crc32
, retourneert het een 32bit int
.
var_dump (crc32 ("hello world"));
var_dump (crc32 ("world hello"));
uitvoer
int(222957957)
int(1292159901)