Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeMessageBegin
Method · 0.95
writeFieldBegin
Method · 0.95
writeFieldStop
Method · 0.95
writeMapBegin
Method · 0.95
writeListBegin
Method · 0.95
writeSetBegin
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected