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

Method encodeInput

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

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

(QRinput $input)

Source from the content-addressed store, hash-verified

3044
3045 //----------------------------------------------------------------------
3046 public function encodeInput(QRinput $input)
3047 {
3048 return $this->encodeMask($input, -1);
3049 }
3050
3051 //----------------------------------------------------------------------
3052 public function encodeString8bit($string, $version, $level)

Callers 2

encodeString8bitMethod · 0.95
encodeStringMethod · 0.95

Calls 1

encodeMaskMethod · 0.95

Tested by

no test coverage detected