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

Method isalnumat

text-to-qr/lib/phpqrcode/qrsplit.php:57–63  ·  view source on GitHub ↗

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

($str, $pos)

Source from the content-addressed store, hash-verified

55
56 //----------------------------------------------------------------------
57 public static function isalnumat($str, $pos)
58 {
59 if ($pos >= strlen($str))
60 return false;
61
62 return (QRinput::lookAnTable(ord($str[$pos])) >= 0);
63 }
64
65 //----------------------------------------------------------------------
66 public function identifyMode($pos)

Callers 3

identifyModeMethod · 0.95
eatAnMethod · 0.95
eat8Method · 0.95

Calls 1

lookAnTableMethod · 0.45

Tested by

no test coverage detected