crc32
का उपयोग करें
, यह एक 32 बिट int
लौटाएगा ।
var_dump (crc32 ("hello world"));
var_dump (crc32 ("world hello"));
आउटपुट
int(222957957)
int(1292159901)
crc32
का उपयोग करें
, यह एक 32 बिट int
लौटाएगा ।
var_dump (crc32 ("hello world"));
var_dump (crc32 ("world hello"));
आउटपुट
int(222957957)
int(1292159901)