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

Method write

lang/php/lib/Datum/AvroIOBinaryEncoder.php:70–73  ·  view source on GitHub ↗

* @param string $datum */

($datum)

Source from the content-addressed store, hash-verified

68 * @param string $datum
69 */
70 public function write($datum)
71 {
72 $this->io->write($datum);
73 }
74
75 /**
76 * @param int $datum

Callers 5

writeBooleanMethod · 0.95
writeLongMethod · 0.95
writeFloatMethod · 0.95
writeDoubleMethod · 0.95
writeBytesMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected