There is no "native" MySQL function to do that, as far as I know. If you look at the db/mysql4.php code you'll see that $db->sql_fetchrowset() is simply calling the "fetch_array" command within a loop and assigning the results to an array.
I blog about phpBB: phpBBDoctor blog
Still using phpbb2? So am I! Click below for details