有以下四个函数可以获取查询结果中的值

一、mysqli_fetch_array()

二、mysqli_fetch_row()

三、mysqli_fetch_assoc()

四、mysqli_fetch_object()

mysqli_fetch_array()、mysqlli_fetch_row()、mysqli_fetch_assoc()返回值均为数组,只是下标的使用方法不同。

mysqli_fetch_object()与mysqli_fetch_array()类似,只有一点区别,返回的是对象而不是数组。

***mysqli_fetch_array()函数包含了mysqli_fetch_row()和mysqli_fetch_assoc()的功能,因此一般使用mysqli_fetch_array()函数

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注