readLTriad() public static method

Reads a 3-byte little-endian number
public static readLTriad ( $str ) : mixed
$str
return mixed
コード例 #1
0
 public function getLTriad()
 {
     return Binary::readLTriad($this->get(3));
 }
コード例 #2
0
 protected function getLTriad()
 {
     return Binary::readLTriad($this->get(3));
 }