• mysqli_error_list

    mysqli_error_list() 函数返回最近调用函数的错误列表。

    1221

  • mysqli_error

    mysqli_error() 函数返回最近调用函数的最后一个错误描述。

    1509

  • mysqli_fetch_all

    mysqli_fetch_all() 函数从结果集中取得所有行作为关联数组,或数字数组,或二者兼有。

    1943

  • mysqli_fetch_array

    mysqli_fetch_array() 函数从结果集中取得一行作为关联数组,或数字数组,或二者兼有。

    2027

  • mysqli_fetch_assoc

    mysqli_fetch_assoc() 函数从结果集中取得一行作为关联数组。

    6302

  • mysqli_fetch_field_direct

    mysqli_fetch_field_direct() 函数从结果集中取得某个单一字段(列)的 meta-data,并作为对象返回。

    1742

  • mysqli_fetch_field

    mysqli_fetch_field() 函数从结果集中取得下一字段(列),并作为对象返回。

    1446

  • mysqli_fetch_fields

    mysqli_fetch_fields() 函数返回结果集中代表字段(列)的对象的数组。

    1707

  • mysqli_fetch_object

    mysqli_fetch_object() 函数从结果集中取得当前行,并作为对象返回。

    1605

  • mysqli_fetch_row

    mysqli_fetch_row() 函数从结果集中取得一行,并作为枚举数组返回。

    1996

  • mysqli_field_seek

    mysqli_field_seek() 函数把字段指针设置为指定字段的偏移量。

    1506

  • mysqli_field_tell

    mysqli_field_tell() 函数返回字段指针的位置。

    1363

热门词条