コード例 #1
0
ファイル: TProtocolDecorator.php プロジェクト: angejia/thrift
 public function readByte(&$byte)
 {
     return $this->concreteProtocol_->readByte($byte);
 }