MCPcopy Create free account
hub / github.com/apache/thrift / writeI16

Method writeI16

lib/php/lib/Protocol/TBinaryProtocol.php:151–157  ·  view source on GitHub ↗
($value)

Source from the content-addressed store, hash-verified

149 }
150
151 public function writeI16($value)
152 {
153 $data = pack('n', $value);
154 $this->trans_->write($data, 2);
155
156 return 2;
157 }
158
159 public function writeI32($value)
160 {

Callers 1

writeFieldBeginMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected