Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ writeString
Method
writeString
lang/php/lib/Datum/AvroIOBinaryEncoder.php:177–180 ·
view source on GitHub ↗
* @param string $str * @uses self::writeBytes() */
($str)
Source
from the content-addressed store, hash-verified
175
* @uses self::writeBytes()
176
*/
177
public function writeString($str)
178
{
179
$this->writeBytes($str);
180
}
181
182
/**
183
* @param string $bytes
Callers
2
writeValidatedData
Method · 0.45
writeMap
Method · 0.45
Calls
1
writeBytes
Method · 0.95
Tested by
no test coverage detected