最も一般的な方法: $rows = array(); while(($row = mysql_fetch_array($result))) { $rows[] = $row; } ドキュメントの例に示されているように。