PHP 8.1.28 Released!

MongoDB\BSON\JavascriptInterface::__toString

(mongodb >=1.3.0)

MongoDB\BSON\JavascriptInterface::__toStringReturns the JavascriptInterface's code

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

Returns the JavascriptInterface's code.

Ver también

add a note

User Contributed Notes

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