MongoDB\Driver\Cursor::valid

Checks if the current position in the cursor is valid

Description

public bool MongoDB\Driver\Cursor::valid()

Parameters

This function has no parameters.

Return Values

true if the current cursor position is valid, false otherwise.

See Also

  • Iterator::valid