Documentation

BinaryValue
in package
implements JsonSerializable

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

Interfaces, Classes and Traits

JsonSerializable

Table of Contents

$value  : string
__construct()  : mixed
__toString()  : mixed
jsonSerialize()  : mixed
Specify data which should be serialized to JSON.

Properties

Methods

__construct()

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

A binary value compatible with Guzzle streams.

Tags
see
Stream::factory
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

jsonSerialize()

Specify data which should be serialized to JSON.

public jsonSerialize() : mixed
Return values
mixed

data which can be serialized by json_encode, which is a value of any type other than a resource.

Search results