$crc64 » History » Version 2
Per Amundsen, 02/16/2023 09:14 PM
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 | 2 | Per Amundsen | table(ktable). |
10 | |*Parameter*|*Description*| |
||
11 | | text<notextile>|</notextile>&binvar<notextile>|</notextile>filename | Value to calculate CRC-64 checksum from. | |
||
12 | | N | 0 = plain text, 1 = &binvar, 2 = filename (content of the file), 2 is default. | |