• mysql_drop_db

    (PHP 4, PHP 5) mysql_drop_db — 丢弃(删除)一个 MySQL 数据库

    1682

  • mysql_errno

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

    1500

  • mysql_error

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

    1070

  • mysql_escape_string

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

    2811

  • DOMDocument::save

    (PHP 5, PHP 7) DOMDocument::save — Dumps the internal XML tree back into a file

    3468

  • DOMDocument::saveHTML

    (PHP 5, PHP 7) DOMDocument::saveHTML — Dumps the internal document into a string using HTML formatt...

    1673

  • mysql_fetch_array

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

    3146

  • DOMDocument::saveHTMLFile

    DOMDocument::saveHTMLFile — Dumps the internal document into a file using HTML formatting

    3589

  • mysql_fetch_assoc

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

    9154

  • mysql_fetch_field

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

    3324

  • DOMDocument::saveXML

    (PHP 5, PHP 7) DOMDocument::saveXML — Dumps the internal XML tree back into a string

    3392

Popular Entries