SDK for PHP 3.x

NumberValue
in package
implements JsonSerializable

Special object to represent a DynamoDB Number (N) value.

Table of Contents

Interfaces

JsonSerializable

Methods

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

Methods

__construct()

public __construct(string|int|float $value) : mixed
Parameters
$value : string|int|float

A number value.

__toString()

public __toString() : mixed

jsonSerialize()

public jsonSerialize() : mixed
On this page