MongoDB\Driver\CursorInterface 인터페이스

(mongodb >=1.6.0)


소개

이 인터페이스는 MongoDB\Driver\Cursor에 의해 구현되어 userland 클래스에서 매개변수, 반환 또는 속성 유형으로 사용됩니다.


클래스 개요

class MongoDB\Driver\CursorInterface implements Traversable {
  /* Methods */
  abstract public getId(): MongoDB\Driver\CursorId
  abstract public getServer(): MongoDB\Driver\Server
  abstract public isDead(): bool
  abstract public setTypeMap(array $typemap): void
  abstract public toArray(): array
}
                

목차