PHP マニュアル
関数リファレンス
データベース関連
ベンダー固有のモジュール
Mongo
コアクラス群
MongoDB
MongoDB::authenticate
MongoDB::command
MongoDB::__construct
MongoDB::createCollection
MongoDB::createDBRef
MongoDB::drop
MongoDB::dropCollection
MongoDB::execute
MongoDB::forceError
MongoDB::__get
MongoDB::getCollectionInfo
MongoDB::getCollectionNames
MongoDB::getDBRef
MongoDB::getGridFS
MongoDB::getProfilingLevel
MongoDB::getReadPreference
MongoDB::getSlaveOkay
MongoDB::getWriteConcern
MongoDB::lastError
MongoDB::listCollections
MongoDB::prevError
MongoDB::repair
MongoDB::resetError
MongoDB::selectCollection
MongoDB::setProfilingLevel
MongoDB::setReadPreference
MongoDB::setSlaveOkay
MongoDB::setWriteConcern
MongoDB::__toString
MongoDB::resetError
MongoDB::setProfilingLevel
MongoDB
PHP マニュアル
MongoDB::selectCollection
コレクションを取得する
説明
public
MongoCollection
MongoDB::selectCollection
(
string
$name
)
パラメータ
name
コレクションの名前。
返り値
コレクションを返します。
エラー / 例外
コレクション名が不正な場合に
Exception
をスローします。