DboSource::fetchResult PHP Метод

fetchResult() публичный Метод

Fetches the next row from the current result set
public fetchResult ( ) : boolean
Результат boolean
    public function fetchResult()
    {
        return false;
    }
DboSource