Documentation

Json
in package

Implementation of the Json (Map<String, Value>) data structure for Aerospike.

Table of Contents

Properties

$value  : mixed

Methods

asString()  : string
Returns a string representation of the value.
getValue()  : array<string|int, mixed>
getter method to get the json value
setValue()  : mixed
setter method to set the json value

Properties

Methods

getValue()

getter method to get the json value

public getValue() : array<string|int, mixed>
Return values
array<string|int, mixed>

setValue()

setter method to set the json value

public setValue(array<string|int, mixed> $v) : mixed
Parameters
$v : array<string|int, mixed>

        
On this page

Search results