MySQL_fetch_array 和 MySQL_fetch_object 的区别是 什么?

以下是 MySQL_fetch_array  MySQL_fetch_object 的区别

MySQL_fetch_array() – 将结果行作为关联数组或来自数据库的常规数组返回

MySQL_fetch_object – 从数据库返回结果行作为对象

原文地址:https://www.cnblogs.com/programb/p/12819532.html