AvroBinaryValue
in package
FinalYes
Explicit binary adapter for PHP strings intended for Avro `bytes`.
Table of Contents
Properties
- $bytes : string
Methods
- fromBytes() : self
- __construct() : mixed
Properties
$bytes read-only
public
string
$bytes
Methods
fromBytes()
public
static fromBytes(string $bytes) : self
Parameters
- $bytes : string
Return values
self__construct()
private
__construct(string $bytes) : mixed
Parameters
- $bytes : string