コード例 #1
0
ファイル: Packet.php プロジェクト: iPocketTeam/BigBrother
 protected function getFloat()
 {
     return Binary::readFloat($this->get(4));
 }