搜索
  • mysqli_error_list

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

    2134

  • mysqli_error

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

    2021

  • mysqli_fetch_all

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

    2877

  • mysqli_fetch_array

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

    2960

  • mysqli_fetch_assoc

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

    7734

  • mysqli_fetch_field_direct

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

    2015

  • mysqli_fetch_field

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

    1957

  • mysqli_fetch_fields

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

    2276

  • mysqli_fetch_object

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

    2148

  • mysqli_fetch_row

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

    2177

  • mysqli_field_seek

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

    1689

  • mysqli_field_tell

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

    1549

热门词条