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

Method setFrameAt

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

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

($at, $val)

Source from the content-addressed store, hash-verified

3133
3134 //----------------------------------------------------------------------
3135 public function setFrameAt($at, $val)
3136 {
3137 $this->frame[$at['y']][$at['x']] = chr($val);
3138 }
3139
3140 //----------------------------------------------------------------------
3141 public function getFrameAt($at)

Callers 1

encodeMaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected