| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\Cursor::getId(mongodb >=1.0.0) MongoDB\Driver\Cursor::getId — Returns the ID for this cursor 説明
final public MongoDB\Driver\CursorId MongoDB\Driver\Cursor::getId
( void
)
Returns the MongoDB\Driver\CursorId associated with this cursor. A cursor ID uniquely identifies the cursor on the server. パラメータこの関数にはパラメータはありません。 返り値Returns the MongoDB\Driver\CursorId for this cursor. エラー / 例外
例例1 MongoDB\Driver\Cursor::getId() example
<?php 上の例の出力は、 たとえば以下のようになります。 object(MongoDB\Driver\CursorId)#5 (1) { ["id"]=> int(94810124093) } 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\Cursor::getId - Returns the ID for this cursor」をGoogle検索
|