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