Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeMessageBegin
Method · 0.95
writeFieldHeader
Method · 0.95
writeCollectionBegin
Method · 0.95
writeMapBegin
Method · 0.95
testWriteUByte
Method · 0.80
Calls
1
write
Method · 0.65
Tested by
1
testWriteUByte
Method · 0.64