Użyj crc32
, zwróci 32-bitowy int
.
var_dump (crc32 ("hello world"));
var_dump (crc32 ("world hello"));
wyjście
int(222957957)
int(1292159901)
Użyj crc32
, zwróci 32-bitowy int
.
var_dump (crc32 ("hello world"));
var_dump (crc32 ("world hello"));
wyjście
int(222957957)
int(1292159901)