| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\BSON\Javascript::getScope(mongodb >=1.2.0) MongoDB\BSON\Javascript::getScope — Returns the Javascript's scope document 説明
final public object|null MongoDB\BSON\Javascript::getScope
( void
)
パラメータこの関数にはパラメータはありません。 返り値Returns the Javascript's scope document. エラー / 例外
例例1 MongoDB\BSON\Javascript::getScope() example
<?php 上の例の出力は以下となります。 NULL object(stdClass)#1 (1) { ["foo"]=> int(42) } 参考 |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\BSON\Javascript::getScope - Returns the Javascript's scope document」をGoogle検索
|