PHP 8.3.21 Released!

MongoDB\BSON\JavascriptInterface::__toString

(mongodb >=1.3.0)

MongoDB\BSON\JavascriptInterface::__toStringDevuelve el código de JavascriptInterface

Descripción

abstract public MongoDB\BSON\JavascriptInterface::__toString(): string

Este método es un alias de: MongoDB\BSON\JavascriptInterface::getCode().

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el código de JavascriptInterface.

Ver también

add a note

User Contributed Notes

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