MCPcopy Create free account
hub / github.com/codemistic/Web-Development / rsEccCodes2

Method rsEccCodes2

text-to-qr/lib/phpqrcode/phpqrcode.php:900–900  ·  view source on GitHub ↗
($spec)

Source from the content-addressed store, hash-verified

898 public static function rsBlockNum2($spec) { return $spec[3]; }
899 public static function rsDataCodes2($spec) { return $spec[4]; }
900 public static function rsEccCodes2($spec) { return $spec[2]; }
901 public static function rsDataLength($spec) { return ($spec[0] * $spec[1]) + ($spec[3] * $spec[4]); }
902 public static function rsEccLength($spec) { return ($spec[0] + $spec[3]) * $spec[2]; }
903

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected