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

Method writeI32

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

Source from the content-addressed store, hash-verified

157 }
158
159 public function writeI32($value)
160 {
161 $data = pack('N', $value);
162 $this->trans_->write($data, 4);
163
164 return 4;
165 }
166
167 public function writeI64($value)
168 {

Callers 5

writeMessageBeginMethod · 0.95
writeMapBeginMethod · 0.95
writeListBeginMethod · 0.95
writeSetBeginMethod · 0.95
writeStringMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected