You are here

private function Decoder::decodeString in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php \MaxMind\Db\Reader\Decoder::decodeString()
1 call to Decoder::decodeString()
Decoder::decodeByType in includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php

File

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

Class

Decoder

Namespace

MaxMind\Db\Reader

Code

private function decodeString($bytes) {

  // XXX - NOOP. As far as I know, the end user has to explicitly set the
  // encoding in PHP. Strings are just bytes.
  return $bytes;
}