MongoDB\BSON\Binary::jsonSerialize

(mongodb >=1.2.0)

MongoDB\BSON\Binary::jsonSerializeReturns a representation that can be converted to JSON

Descrição

final public MongoDB\BSON\Binary::jsonSerialize(): mixed

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns data which can be serialized by json_encode() to produce an extended JSON representation of the MongoDB\BSON\Binary.

Nota: A saída é consistente com a função MongoDB\BSON\toJSON(), que usa o formato JSON estendido legado específico do driver. Isso não corresponde necessariamente às representações JSON estendidas » relaxadas ou » canônicas usadas por MongoDB\BSON\toRelaxedExtendedJSON() e MongoDB\BSON\toCanonicalExtendedJSON(), respectivamente.

Erros/Exceções

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top