downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

MongoCursor::doQuery> <MongoCursor::current
[edit] Last updated: Sat, 07 Jan 2012

view this page in

MongoCursor::dead

(PECL mongo >=0.9.6)

MongoCursor::deadChecks if there are documents that have not been sent yet from the database for this cursor

설명

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 FALSE, it only means that the database is done sending results to the client. The client should continue iterating through results until MongoCursor::hasNext() is FALSE.

인수

이 함수는 인수가 없습니다.

반환값

Returns if there are more results that have not been sent to the client, yet.



add a note add a note User Contributed Notes MongoCursor::dead
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites