PHP 8.4.6 Released!

MongoDB\Driver\Cursor::valid

(mongodb >=1.9.0)

MongoDB\Driver\Cursor::validChecks if the current position in the cursor is valid

Description

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

Parameters

This function has no parameters.

Return Values

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

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top