Pheasant\Database\Mysqli\ResultIterator::valid PHP 메소드

valid() 공개 메소드

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