readLTriad() public static method

Reads a 3-byte little-endian number
public static readLTriad ( $str ) : mixed
$str
return mixed
Exemplo n.º 1
0
 public function getLTriad()
 {
     return Binary::readLTriad($this->get(3));
 }
Exemplo n.º 2
0
 protected function getLTriad()
 {
     return Binary::readLTriad($this->get(3));
 }