SDK for PHP 3.x

BinaryValue
in package
implements JsonSerializable

Special object to represent a DynamoDB binary (B) value.

Table of Contents

Interfaces

JsonSerializable

Methods

__construct()  : mixed
__toString()  : mixed
jsonSerialize()  : mixed

Methods

__construct()

public __construct(mixed $value) : mixed
Parameters
$value : mixed

A binary value compatible with Guzzle streams.

Tags
see
Stream::factory

__toString()

public __toString() : mixed

jsonSerialize()

public jsonSerialize() : mixed
On this page