MCPcopy 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

writeValidatedDataMethod · 0.45
writeEnumMethod · 0.45

Calls 1

writeLongMethod · 0.95

Tested by

no test coverage detected