Cassandra\Rows::valid PHP Method

valid() public method

Returns existence of more rows being available.
See also: Iterator::valid()
public valid ( ) : boolean
return boolean whether there are more rows available for iteration
    public function valid()
    {
    }