Dutch PHP Conference 2025 - Call For Papers

The MongoDB\BSON\Symbol class

(mongodb >=1.4.0)

Вступ

BSON type for the "Symbol" type. This BSON type is deprecated, and this class can not be instantiated. It will be created from a BSON symbol type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.

Короткий огляд класу

final class MongoDB\BSON\Symbol implements MongoDB\BSON\Type, Serializable, JsonSerializable, Stringable {
/* Методи */
final private __construct()
final public jsonSerialize(): mixed
final public serialize(): string
final public __toString(): string
final public unserialize(string $data): void
}

Журнал змін

Версія Опис
PECL mongodb 1.12.0 Implements Stringable for PHP 8.0+.

Зміст

add a note

User Contributed Notes

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