Newscoop\Doctrine\AdoDbStatement::fetchRow PHP 메소드

fetchRow() 공개 메소드

Fetch row
public fetchRow ( ) : array
리턴 array
    public function fetchRow()
    {
        return $this->statement->fetch();
    }