CakeFest 2024: The Official CakePHP Conference

MongoDB\BSON\Int64::__construct

(mongodb >=1.5.0)

MongoDB\BSON\Int64::__constructConstruct a new Int64

Beschreibung

final public MongoDB\BSON\Int64::__construct(int|string $value)

Creates a new MongoDB\BSON\Int64 instance for the given integer value.

Parameter-Liste

value (int|string)

The value to assign to the Int64 instance. This value can be provided as an int or string, the latter being required on 32-bit platforms to represent 64-bit values.

Changelog

Version Beschreibung
PECL mongodb 1.16.0

This method was made public to support creating Int64 instances when working with raw BSON.

Fehler/Exceptions

Siehe auch

add a note

User Contributed Notes

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