Question d’entretien chez Nicman Group

What is the difference between mysql_fetch_object and mysql_fetch_array

Réponse à la question d'entretien

Utilisateur anonyme

1 juil. 2016

MySQL fetch object will collect first single matching record where mysql_fetch_array will collect all matching records from the table in an array.