• mysql_errno

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

    2014

  • mysql_error

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

    1508

  • mysql_escape_string

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

    3253

  • mysql_fetch_array

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

    4018

  • mysql_fetch_assoc

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

    10551

  • mysql_fetch_field

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

    3753

  • mysql_fetch_lengths

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

    8107

  • mysql_fetch_object

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

    3642

  • mysql_fetch_row

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

    3342

  • mysql_field_flags

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

    3377

  • mysql_field_len

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

    1630

  • mysql_field_name

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

    1522

  • mysql_field_seek

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

    1456

  • mysql_field_table

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

    1627

  • mysql_field_type

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

    2087

热门词条