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

Method allocate

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

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

($setLength)

Source from the content-addressed store, hash-verified

1786
1787 //----------------------------------------------------------------------
1788 public function allocate($setLength)
1789 {
1790 $this->data = array_fill(0, $setLength, 0);
1791 return 0;
1792 }
1793
1794 //----------------------------------------------------------------------
1795 public static function newFromNum($bits, $num)

Callers 2

newFromNumMethod · 0.45
newFromBytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected