Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readI32
Method
readI32
lib/php/lib/Protocol/TJSONProtocol.php:713–718 ·
view source on GitHub ↗
(&$i32)
Source
from the content-addressed store, hash-verified
711
}
712
713
public function readI32(&$i32)
714
{
715
$i32 = $this->readJSONInteger();
716
717
return true;
718
}
719
720
public function readI64(&$i64)
721
{
Callers
1
test_TJSONProtol_read
Method · 0.95
Calls
1
readJSONInteger
Method · 0.95
Tested by
1
test_TJSONProtol_read
Method · 0.76