update : 2015.11.03
php.shukuma.com검색:
|
MongoCursor::dead(PECL mongo >=0.9.6) MongoCursor::dead — Checks if there are results that have not yet been sent from the database 설명
public bool MongoCursor::dead
( void
)
The database sends responses in batches of documents, up to 4MB of documents per response. This method checks if the database has more batches or if the result set has been exhausted.
A cursor being "dead" does not mean that
MongoCursor::hasNext() will return 인수이 함수는 인수가 없습니다. 반환값
Returns 참고
|