public function readSingleValue(ServerSerializationStreamReader $stream)
 {
     return $stream->readShort();
 }
コード例 #2
0
 protected function readSingleValue(ServerSerializationStreamReader $stream)
 {
     return $stream->readShort();
     //there are no 'short' type in php
 }