$data=$stmt->fetchAll(); //Dumping the data shows the result. It is also setting the cursor at the end
while($data=$stmt->fetch())
{
//Does not enters loop
//If fetchAll() removes it work as usual
}
データを 2 回取得する必要がないことはわかっています。しかし、私の主な質問は、PDO でカーソル位置をリセットする方法ですか?