in PHP by (32.2k points)
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?

1 Answer

0 votes
by (13.9k points)

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 (32.2k points)
...