MCPcopy Index your code
hub / github.com/codemistic/Web-Development / setFrameAt

Method setFrameAt

text-to-qr/lib/phpqrcode/qrencode.php:327–330  ·  view source on GitHub ↗

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

($at, $val)

Source from the content-addressed store, hash-verified

325
326 //----------------------------------------------------------------------
327 public function setFrameAt($at, $val)
328 {
329 $this->frame[$at['y']][$at['x']] = chr($val);
330 }
331
332 //----------------------------------------------------------------------
333 public function getFrameAt($at)

Callers 1

encodeMaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected