Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeI32
Method
writeI32
lib/php/lib/Protocol/TJSONProtocol.php:563–566 ·
view source on GitHub ↗
($i32)
Source
from the content-addressed store, hash-verified
561
}
562
563
public function writeI32($i32)
564
{
565
$this->writeJSONInteger($i32);
566
}
567
568
public function writeI64($i64)
569
{
Callers
nothing calls this directly
Calls
1
writeJSONInteger
Method · 0.95
Tested by
no test coverage detected