MongoDB\Driver\CursorId::__toStringString representation of the cursor ID 説明
final public string MongoDB\Driver\CursorId::__toString()
Returns the string representation of the cursor ID. パラメータこの関数にはパラメータはありません。 戻り値Returns the string representation of the cursor ID. 例例1 MongoDB\Driver\CursorId::__toString example
上の例の出力は、 たとえば以下のようになります。 string(11) "98061641158" 参考
|