qrcode ~master (2018-01-26T20:33:29Z)
Dub
Repo
ByteMatrix.clear
qrcode
encoder
bytematrix
ByteMatrix
Clears the matrix with a specific value.
@param integer $value @return void
class
ByteMatrix
void
clear
(
int
value
)
Meta
Source
See Implementation
qrcode
encoder
bytematrix
ByteMatrix
constructors
this
functions
clear
get
getArray
set
toString
properties
height
width
variables
_bytes
_height
_width
Clears the matrix with a specific value.
@param integer $value @return void