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

Method writeUByte

lib/php/lib/Protocol/TCompactProtocol.php:336–341  ·  view source on GitHub ↗
($byte)

Source from the content-addressed store, hash-verified

334 }
335
336 public function writeUByte($byte)
337 {
338 $this->trans_->write(pack('C', $byte), 1);
339
340 return 1;
341 }
342
343 public function writeI16($value)
344 {

Callers 5

writeMessageBeginMethod · 0.95
writeFieldHeaderMethod · 0.95
writeCollectionBeginMethod · 0.95
writeMapBeginMethod · 0.95
testWriteUByteMethod · 0.80

Calls 1

writeMethod · 0.65

Tested by 1

testWriteUByteMethod · 0.64