-
QCP64 CRC takes as parameters a string and data to compute the check, a seed value and the length of the checksum. A class variable is used to store the computed checksum.Requirements: PHP 3.0 or higher
-
QCP71 CRC takes as parameters a string and data to compute the check, a seed value and the length of the checksum.The computed checksum is stored in a class variable.Requirements: PHP 3.0 or higher
-
QCP135 takes as parameters a string and data to compute the check, a seed value and the length of the checksum.The computed checksum is returned in a class variable.Requirements: PHP 3.0 or higher

