• mysqli_error_list

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

    1267

  • mysqli_error

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

    1547

  • mysqli_fetch_all

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

    1994

  • mysqli_fetch_array

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

    2086

  • mysqli_fetch_assoc

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

    6429

  • mysqli_fetch_field_direct

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

    1803

  • mysqli_fetch_field

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

    1500

  • mysqli_fetch_fields

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

    1748

  • mysqli_fetch_object

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

    1657

  • mysqli_fetch_row

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

    2037

  • mysqli_field_seek

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

    1551

  • mysqli_field_tell

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

    1398

Popular Entries