so i am working on converting MySQL Connection MySQL database to MariaDB PHP PDO what can i use in place of while($res = mysqli_fetch_array($result)) in MariaDB PHP



<?php
while($res =...