Pheasant\Database\Mysqli\ResultIterator::valid PHP Méthode

valid() public méthode

Returns true if the current position is valid, false otherwise.
public valid ( ) : boolean
Résultat boolean
    public function valid()
    {
        return $this->_position < $this->_result->num_rows;
    }