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

Method writeByte

lib/php/lib/Protocol/TCompactProtocol.php:328–334  ·  view source on GitHub ↗
($value)

Source from the content-addressed store, hash-verified

326 }
327
328 public function writeByte($value)
329 {
330 $data = pack('c', $value);
331 $this->trans_->write($data, 1);
332
333 return 1;
334 }
335
336 public function writeUByte($byte)
337 {

Callers 6

writeFieldStopMethod · 0.95
writeFieldHeaderMethod · 0.95
writeMapBeginMethod · 0.95
writeBoolMethod · 0.95
testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected