Searched refs:switchByteOrder (Results 1 – 1 of 1) sorted by relevance
22 private $switchByteOrder; variable in MaxMind\\Db\\Reader\\Decoder68 $this->switchByteOrder = $this->isPlatformLittleEndian();353 return $this->switchByteOrder ? strrev($bytes) : $bytes;