|
The MongoDB\Driver\CursorId classはじめにThe MongoDB\Driver\CursorID class is a value object that represents a cursor ID. Instances of this class are returned by MongoDB\Driver\Cursor::getId. 警告
This class has been DEPRECATED as of extension version 1.20.0 and will be removed in 2.0. Applications should update their usage of MongoDB\Driver\Cursor::getId to return MongoDB\BSON\Int64 instead. クラス概要MongoDB\Driver\CursorId
final
class MongoDB\Driver\CursorId
implements
Serializable, Stringable {
/* メソッド */
final private __construct()
final public string serialize()
final public string __toString()
final public void unserialize(string
}$data )変更履歴
|