PHP Velho Oeste 2024

MongoCursor::__construct

(PECL mongo >=0.9.0)

MongoCursor::__construct新しいカーソルを作成する

説明

public MongoCursor::__construct ( MongoClient $connection , string $ns [, array $query = array() [, array $fields = array() ]] )

パラメータ

connection

データベース接続。

ns

データベースおよびコレクションのフルネーム。

query

データベースクエリ。

fields

返すフィールド。

返り値

新しいカーソルを返します。

add a note add a note

User Contributed Notes

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