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

Method isalnumat

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

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

($str, $pos)

Source from the content-addressed store, hash-verified

1992
1993 //----------------------------------------------------------------------
1994 public static function isalnumat($str, $pos)
1995 {
1996 if ($pos >= strlen($str))
1997 return false;
1998
1999 return (QRinput::lookAnTable(ord($str[$pos])) >= 0);
2000 }
2001
2002 //----------------------------------------------------------------------
2003 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