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

Method rsEccLength

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

Source from the content-addressed store, hash-verified

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
904 }
905

Callers 1

__constructMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected