0 votes
in PHP by
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?

1 Answer

0 votes
by

The mysqli_fetch_object() function collects the first single matching record where mysqli_fetch_array() collects all matching records from the table in an array.

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...