CakeFest 2024: The Official CakePHP Conference

MongoDB\Driver\ClientEncryption::getKeys

(mongodb >=1.15.0)

MongoDB\Driver\ClientEncryption::getKeysGets all key documents

説明

final public MongoDB\Driver\ClientEncryption::getKeys(): MongoDB\Driver\Cursor

Finds all key documents in the key vault collection.

パラメータ

この関数にはパラメータはありません。

戻り値

Returns MongoDB\Driver\Cursor on success.

エラー / 例外

add a note

User Contributed Notes

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