DboSource::fetchResult PHP 메소드

fetchResult() 공개 메소드

Fetches the next row from the current result set
public fetchResult ( ) : boolean
리턴 boolean
    public function fetchResult()
    {
        return false;
    }
DboSource