MongoDB\BSON\Javascript::__construct

(mongodb >=1.0.0)

MongoDB\BSON\Javascript::__constructDescription

Опис

final public MongoDB\BSON\Javascript::__construct ( string $javascript [, string $scope ] )

Параметри

javascript

scope

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

Помилки/Винятки

Приклади

Приклад #1 MongoDB\BSON\Javascript::__construct() example

<?php

/* ... */

?>

Наведений вище приклад виведе щось подібне до:

...

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

add a note add a note

User Contributed Notes

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