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

Method unserial

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

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

($code)

Source from the content-addressed store, hash-verified

858
859 //----------------------------------------------------------------------
860 public static function unserial($code)
861 {
862 return explode("\n", gzuncompress($code));
863 }
864
865 //----------------------------------------------------------------------
866 public static function newFrame($version)

Callers 1

newFrameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected