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

Method lookAnTable

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

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

($c)

Source from the content-addressed store, hash-verified

1444
1445 //----------------------------------------------------------------------
1446 public static function lookAnTable($c)
1447 {
1448 return (($c > 127)?-1:self::$anTable[$c]);
1449 }
1450
1451 //----------------------------------------------------------------------
1452 public static function checkModeAn($size, $data)

Callers 3

checkModeAnMethod · 0.95
encodeModeAnMethod · 0.45
isalnumatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected