readLTriad() 공개 정적인 메소드

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