DboSource::fetchResult PHP Méthode

fetchResult() public méthode

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