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

Method serial

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

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

($frame)

Source from the content-addressed store, hash-verified

852
853 //----------------------------------------------------------------------
854 public static function serial($frame)
855 {
856 return gzcompress(join("\n", $frame), 9);
857 }
858
859 //----------------------------------------------------------------------
860 public static function unserial($code)

Callers 1

newFrameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected