QRcode::qrstrset( $srctab,  $x,  $y,  $repl,  $replLen = false )

Replace a value on the array at the specified position


Description Description


Parameters Parameters

$srctab

(Required) (array)

$x

(Required) (int) X position

$y

(Required) (int) Y position

$repl

(Required) (string) value to replace

$replLen

(Optional) (int) length of the repl string

Default value: false


Top ↑

Return Return

(array) srctab


Top ↑

Source Source

File: includes/lib/tcpdf/include/barcodes/qrcode.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.