Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ writeInt
Method
writeInt
lang/php/lib/Datum/AvroIOBinaryEncoder.php:78–81 ·
view source on GitHub ↗
* @param int $datum */
($datum)
Source
from the content-addressed store, hash-verified
76
* @param int $datum
77
*/
78
public function writeInt($datum)
79
{
80
$this->writeLong($datum);
81
}
82
83
/**
84
* @param int $n
Callers
2
writeValidatedData
Method · 0.45
writeEnum
Method · 0.45
Calls
1
writeLong
Method · 0.95
Tested by
no test coverage detected