Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeFieldStop
Method · 0.95
writeFieldHeader
Method · 0.95
writeMapBegin
Method · 0.95
writeBool
Method · 0.95
testNaked
Function · 0.95
testField
Function · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected