PHPDaemon\Clients\Mongo\Cursor::valid PHP Method

valid() public method

Valid
public valid ( ) : boolean
return boolean
    public function valid()
    {
        $key = isset($this->items[$this->pos]) ? $this->items[$this->pos] : null;
        return $key !== null && $key !== false;
    }