Method hash()
- Method hash
inthash(strings)
inthash(strings,intmax)- Description
Return an integer derived from the string
s. The same string will always hash to the same value, also between processes.If
maxis given, the result will be >= 0 and <max, otherwise the result will be >= 0 and <= 0x7fffffff.- Note
This function is provided for backward compatibility reasons.
This function is byte-order dependant for wide strings.
- See also
hash(),
7.0::hash()