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

Method serial

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

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

($bitFrame)

Source from the content-addressed store, hash-verified

2588
2589 //----------------------------------------------------------------------
2590 public static function serial($bitFrame)
2591 {
2592 $codeArr = array();
2593
2594 foreach ($bitFrame as $line)
2595 $codeArr[] = join('', $line);
2596
2597 return gzcompress(join("\n", $codeArr), 9);
2598 }
2599
2600 //----------------------------------------------------------------------
2601 public static function unserial($code)

Callers 1

makeMaskNoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected