Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeI32
Method
writeI32
lib/php/lib/Protocol/TBinaryProtocol.php:159–165 ·
view source on GitHub ↗
($value)
Source
from the content-addressed store, hash-verified
157
}
158
159
public function writeI32($value)
160
{
161
$data = pack(
'N'
, $value);
162
$this->trans_->write($data, 4);
163
164
return 4;
165
}
166
167
public function writeI64($value)
168
{
Callers
5
writeMessageBegin
Method · 0.95
writeMapBegin
Method · 0.95
writeListBegin
Method · 0.95
writeSetBegin
Method · 0.95
writeString
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected