Klibr / hash_crc16_table
hash_crc16_table ()
Retourne le polynôme crc16 sous forme de tableau.
Exemple d'utilisation en Javascript
a = hash_crc16_table();
Exemple d'utilisation en VB6
a = hash_crc16_table()
Exemple d'utilisation en VBA
a = hash_crc16_table()