It can be iterated over with foreach() , too. $stmt = $pdo->query( 'select name, email from tbl' ); foreach($stmt as $row) { echo ...
確定! 回上一頁