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

Method dumpMask

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

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

($frame)

Source from the content-addressed store, hash-verified

246
247 //----------------------------------------------------------------------
248 public static function dumpMask($frame)
249 {
250 $width = count($frame);
251 for($y=0;$y<$width;$y++) {
252 for($x=0;$x<$width;$x++) {
253 echo ord($frame[$y][$x]).',';
254 }
255 }
256 }
257
258 //----------------------------------------------------------------------
259 public static function markTime($markerId)

Callers

nothing calls this directly

Calls 1

countFunction · 0.85

Tested by

no test coverage detected