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

Method writeByte

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

Source from the content-addressed store, hash-verified

141 }
142
143 public function writeByte($value)
144 {
145 $data = pack('c', $value);
146 $this->trans_->write($data, 1);
147
148 return 1;
149 }
150
151 public function writeI16($value)
152 {

Callers 6

writeMessageBeginMethod · 0.95
writeFieldBeginMethod · 0.95
writeFieldStopMethod · 0.95
writeMapBeginMethod · 0.95
writeListBeginMethod · 0.95
writeSetBeginMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected