MCPcopy 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_readMethod · 0.95

Calls 1

readJSONIntegerMethod · 0.95

Tested by 1

test_TJSONProtol_readMethod · 0.76