Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeBoolean
Method · 0.95
writeLong
Method · 0.95
writeFloat
Method · 0.95
writeDouble
Method · 0.95
writeBytes
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected