MongoDB\BSON\JavascriptInterface::getScope
PHP Manual
PHP Manual»MongoDB\BSON\JavascriptInterface»MongoDB\BSON\JavascriptInterface::getScope

MongoDB\BSON\JavascriptInterface::getScope

(mongodb >=1.3.0)

MongoDB\BSON\JavascriptInterface::getScopeReturns the JavascriptInterface's scope document

Опис

abstract public function MongoDB\BSON\JavascriptInterface::getScope(): ?object

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the JavascriptInterface's scope document.

Прогляньте також

To Top