parent root
PHP: MongoDB\BSON\Serializable - Manual

The MongoDB\BSON\Serializable interface

(mongodb >=1.0.0)

Introduction

Classes that implement this interface may return data to be serialized as a BSON array or document in lieu of the object's public properties.

Interface synopsis

MongoDB\BSON\Serializable implements MongoDB\BSON\Type {
/* Methods */
abstract public bsonSerialize ( void ) : array|object
}

Table of Contents

add a noteadd a note

User Contributed Notes

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