You are here

private property Decoder::$types in Smart IP 7.2

Same name and namespace in other branches
  1. 6.2 includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php \MaxMind\Db\Reader\Decoder::types

File

includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php, line 17

Class

Decoder

Namespace

MaxMind\Db\Reader

Code

private $types = array(
  0 => 'extended',
  1 => 'pointer',
  2 => 'utf8_string',
  3 => 'double',
  4 => 'bytes',
  5 => 'uint16',
  6 => 'uint32',
  7 => 'map',
  8 => 'int32',
  9 => 'uint64',
  10 => 'uint128',
  11 => 'array',
  12 => 'container',
  13 => 'end_marker',
  14 => 'boolean',
  15 => 'float',
);