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

Method unserial

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

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

($code)

Source from the content-addressed store, hash-verified

2599
2600 //----------------------------------------------------------------------
2601 public static function unserial($code)
2602 {
2603 $codeArr = array();
2604
2605 $codeLines = explode("\n", gzuncompress($code));
2606 foreach ($codeLines as $line)
2607 $codeArr[] = str_split($line);
2608
2609 return $codeArr;
2610 }
2611
2612 //----------------------------------------------------------------------
2613 public function makeMaskNo($maskNo, $width, $s, &$d, $maskGenOnly = false)

Callers 1

makeMaskNoMethod · 0.95

Calls 1

str_splitFunction · 0.85

Tested by

no test coverage detected