コード例 #1
0
ファイル: Packet.php プロジェクト: iPocketTeam/BigBrother
 protected function putFloat($v)
 {
     $this->buffer .= Binary::writeFloat($v);
 }