$rows = mysql_fetch_all($result); foreach($rows as $row){ // do something with row } ... function mysql_fetch_all($result) { $all = array(); while($thing ...
確定! 回上一頁