| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\CursorId::__toString(mongodb >=1.0.0) MongoDB\Driver\CursorId::__toString — String representation of the cursor ID 説明
final public string MongoDB\Driver\CursorId::__toString
( void
)
Returns the string representation of the cursor ID. パラメータこの関数にはパラメータはありません。 返り値Returns the string representation of the cursor ID. エラー / 例外
例例1 MongoDB\Driver\CursorId::__toString() example
<?php 上の例の出力は、 たとえば以下のようになります。 string(11) "98061641158" 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\CursorId::__toString - String representation of the cursor ID」をGoogle検索
|