MCPcopy Create free account
hub / github.com/apache/avro / readInt

Method readInt

lang/php/lib/Datum/AvroIOBinaryDecoder.php:88–91  ·  view source on GitHub ↗

* @returns int */

()

Source from the content-addressed store, hash-verified

86 * @returns int
87 */
88 public function readInt()
89 {
90 return (int) $this->readLong();
91 }
92
93 /**
94 * @returns string|int

Callers 2

readDataMethod · 0.45
readEnumMethod · 0.45

Calls 1

readLongMethod · 0.95

Tested by

no test coverage detected