\Zxing\CommonCharacterSetECI

Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.

Summary

Methods
Properties
Constants
getCharacterSetECIByValue()
name()
getCharacterSetECIByName()
No public properties found
CP437
ISO8859_1
ISO8859_2
ISO8859_3
ISO8859_4
ISO8859_5
ISO8859_6
ISO8859_7
ISO8859_8
ISO8859_9
ISO8859_10
ISO8859_11
ISO8859_12
ISO8859_13
ISO8859_14
ISO8859_15
ISO8859_16
SJIS
CP1250
CP1251
CP1252
CP1256
UNICODE_BIG_UNMARKED
UTF8
ASCII
BIG5
GB18030
EUC_KR
No protected methods found
$nameToEci
$additionalValues
N/A
setName()
$name
N/A

Constants

ISO8859_8

ISO8859_8 = 10

ISO8859_9

ISO8859_9 = 11

ISO8859_10

ISO8859_10 = 12

ISO8859_11

ISO8859_11 = 13

ISO8859_12

ISO8859_12 = 14

ISO8859_13

ISO8859_13 = 15

ISO8859_14

ISO8859_14 = 16

ISO8859_15

ISO8859_15 = 17

ISO8859_16

ISO8859_16 = 18

UNICODE_BIG_UNMARKED

UNICODE_BIG_UNMARKED = 25

Properties

$nameToEci

$nameToEci : array

Map between character names and their ECI values.

Type

array

$additionalValues

$additionalValues : array

Additional possible values for character sets.

Type

array

$name

$name

Methods

getCharacterSetECIByValue()

getCharacterSetECIByValue(mixed  $value) : \Zxing\Common\CharacterSetEci|null

Gets character set ECI by value.

Parameters

mixed $value

Returns

\Zxing\Common\CharacterSetEci|null —

name()

name() : \Zxing\Common\character

Gets character set ECI name.

Returns

\Zxing\Common\character —

set ECI name|null

getCharacterSetECIByName()

getCharacterSetECIByName(string  $name) : \Zxing\Common\CharacterSetEci|null

Gets character set ECI by name.

Parameters

string $name

Returns

\Zxing\Common\CharacterSetEci|null —

setName()

setName(mixed  $value) : mixed

Parameters

mixed $value

Returns

mixed —