• mysql_errno

    (PHP 4, PHP 5) mysql_errno — 返回上一个 MySQL 操作中的错误信息的数字编码

    1644

  • mysql_error

    (PHP 4, PHP 5) mysql_error — 返回上一个 MySQL 操作产生的文本错误信息

    1150

  • mysql_escape_string

    (PHP 4 >= 4.0.3, PHP 5) mysql_escape_string — 转义一个字符串用于 mysql_query

    2904

  • mysql_fetch_array

    (PHP 4, PHP 5) mysql_fetch_array — 从结果集中取得一行作为关联数组,或数字数组,或二者兼有

    3250

  • mysql_fetch_assoc

    (PHP 4 >= 4.0.3, PHP 5) mysql_fetch_assoc — 从结果集中取得一行作为关联数组

    9316

  • mysql_fetch_field

    (PHP 4, PHP 5) mysql_fetch_field — 从结果集中取得列信息并作为对象返回

    3396

  • mysql_fetch_lengths

    (PHP 4, PHP 5) mysql_fetch_lengths — 取得结果集中每个输出的长度

    6891

  • mysql_fetch_object

    (PHP 4, PHP 5) mysql_fetch_object — 从结果集中取得一行作为对象

    3273

  • mysql_fetch_row

    (PHP 4, PHP 5) mysql_fetch_row — 从结果集中取得一行作为枚举数组

    2994

  • mysql_field_flags

    (PHP 4, PHP 5) mysql_field_flags — 从结果中取得和指定字段关联的标志

    2612

  • mysql_field_len

    (PHP 4, PHP 5) mysql_field_len — 返回指定字段的长度

    1265

  • mysql_field_name

    (PHP 4, PHP 5) mysql_field_name — 取得结果中指定字段的字段名

    1171

  • mysql_field_seek

    (PHP 4, PHP 5) mysql_field_seek — 将结果集中的指针设定为制定的字段偏移量

    1104

  • mysql_field_table

    (PHP 4, PHP 5) mysql_field_table — 取得指定字段所在的表名

    1240

  • mysql_field_type

    (PHP 4, PHP 5) mysql_field_type — 取得结果集中指定字段的类型

    1328

热门词条