예제 #1
0
파일: File.php 프로젝트: akivaron/toko
 public function readUInt32()
 {
     $uint32 = parent::readUInt32();
     return $uint32 >> 16 & 0xffff | $uint32 << 16 & 0xffff0000;
 }