readLTriad() public static method

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