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

Method getECCLength

text-to-qr/lib/phpqrcode/phpqrcode.php:407–410  ·  view source on GitHub ↗

----------------------------------------------------------------------

($version, $level)

Source from the content-addressed store, hash-verified

405
406 //----------------------------------------------------------------------
407 public static function getECCLength($version, $level)
408 {
409 return self::$capacity[$version][QRCAP_EC][$level];
410 }
411
412 //----------------------------------------------------------------------
413 public static function getWidth($version)

Callers 1

getEccSpecMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected