$crc64 » History » Version 1
Per Amundsen, 01/23/2022 01:26 AM
1 | 1 | Per Amundsen | _Added in 4.2_ |
---|---|---|---|
2 | |||
3 | *$crc64(text|&binvar|filename,[N])* |
||
4 | |||
5 | Returns the CRC-64 checksum of the specified item. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | text|&binvar|filename - Value to calculate CRC-64 checksum from. |
||
10 | N - 0 = plain text, 1 = &binvar, 2 = filename (content of the file), 2 is default. |