Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readData
Method · 0.45
readEnum
Method · 0.45
Calls
1
readLong
Method · 0.95
Tested by
no test coverage detected