Docs Menu
Docs Home
///
PHP Library Manual
///

MongoDB\ChangeStream::next()

MongoDB\ChangeStream::next()

Advances the change stream and attempts to load the next event.

function next(): void

Note

Advancing the change stream does not guarantee that there will be a current event to access. You should still call

MongoDB\ChangeStream::valid() to check for a current event at each step of iteration.

MongoDB\Driver\Exception\RuntimeExceptionfor other errors at the extension level (e.g. connection errors).

Back

key()

On this page