Table of Contents
Properties
-
$dataStr
: mixed
-
$input
: mixed
-
$modeHint
: mixed
Methods
-
__construct()
: mixed
-
eat8()
: mixed
-
eatAn()
: mixed
-
eatKanji()
: mixed
-
eatNum()
: mixed
-
identifyMode()
: mixed
-
isalnumat()
: mixed
-
isdigitat()
: mixed
-
splitString()
: mixed
-
splitStringToQRinput()
: mixed
-
toUpper()
: mixed
$dataStr
public
mixed
$dataStr
= ''
public
mixed
$input
$modeHint
public
mixed
$modeHint
__construct()
public
__construct(mixed $dataStr, mixed $input, mixed $modeHint) : mixed
Parameters
-
$dataStr
: mixed
-
-
$input
: mixed
-
-
$modeHint
: mixed
-
eat8()
public
eat8() : mixed
eatAn()
public
eatAn() : mixed
eatKanji()
public
eatKanji() : mixed
eatNum()
public
eatNum() : mixed
identifyMode()
public
identifyMode(mixed $pos) : mixed
Parameters
-
$pos
: mixed
-
isalnumat()
public
static isalnumat(mixed $str, mixed $pos) : mixed
Parameters
-
$str
: mixed
-
-
$pos
: mixed
-
isdigitat()
public
static isdigitat(mixed $str, mixed $pos) : mixed
Parameters
-
$str
: mixed
-
-
$pos
: mixed
-
splitString()
public
splitString() : mixed
public
static splitStringToQRinput(mixed $string, QRinput $input, mixed $modeHint[, mixed $casesensitive = true ]) : mixed
Parameters
-
$string
: mixed
-
-
$input
: QRinput
-
-
$modeHint
: mixed
-
-
$casesensitive
: mixed
= true
-
toUpper()
public
toUpper() : mixed