($data)
| 132 | } |
| 133 | |
| 134 | public function writeVarint($data) |
| 135 | { |
| 136 | $out = $this->getVarint($data); |
| 137 | $result = TStringFuncFactory::create()->strlen($out); |
| 138 | $this->trans_->write($out, $result); |
| 139 | |
| 140 | return $result; |
| 141 | } |
| 142 | |
| 143 | public function readVarint(&$result) |
| 144 | { |