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

Method rsDataLength

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

Source from the content-addressed store, hash-verified

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

Callers 1

__constructMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected