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

Method append

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

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

($mode, $size, $data)

Source from the content-addressed store, hash-verified

1349
1350 //----------------------------------------------------------------------
1351 public function append($mode, $size, $data)
1352 {
1353 try {
1354 $entry = new QRinputItem($mode, $size, $data);
1355 $this->items[] = $entry;
1356 return 0;
1357 } catch (Exception $e) {
1358 return -1;
1359 }
1360 }
1361
1362 //----------------------------------------------------------------------
1363

Callers 8

encodeBitStreamMethod · 0.45
appendPaddingBitMethod · 0.45
mergeBitStreamMethod · 0.45
eatNumMethod · 0.45
eatAnMethod · 0.45
eatKanjiMethod · 0.45
eat8Method · 0.45
encodeString8bitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected