<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                # PHP 5 MySQLi 函數 ## PHP MySQLi 簡介 **PHP MySQLi = PHP MySQL Improved!** MySQLi 函數允許您訪問 MySQL 數據庫服務器。 **注釋:**MySQLi 擴展被設計用于 MySQL 4.1.13 版本或更新的版本。 ## 安裝 / Runtime 配置 為了能夠順利使用 MySQLi 函數,您必須在編譯 PHP 時添加對 MySQLi 擴展的支持。 MySQLi 擴展是在 PHP 5.0.0 版本中引進的。MySQL Native Driver 包含在 PHP 5.3.0 版本。 有關安裝的詳細信息,請訪問: [http://www.php.net/manual/en/mysqli.installation.php](//www.php.net/manual/en/mysqli.installation.php) 有關運行配置的詳細信息,請訪問: [http://www.php.net/manual/en/mysqli.configuration.php](//www.php.net/manual/en/mysqli.configuration.php) ## PHP 5 MySQLi 函數 | 函數 | 描述 | | --- | --- | | [mysqli_affected_rows()](func-mysqli-affected-rows.html) | 返回前一次 MySQL 操作所影響的記錄行數。 | | [mysqli_autocommit()](func-mysqli-autocommit.html) | 打開或關閉自動提交數據庫修改。 | | [mysqli_change_user()](func-mysqli-change-user.html) | 更改指定數據庫連接的用戶。 | | [mysqli_character_set_name()](func-mysqli-character-set-name.html) | 返回數據庫連接的默認字符集。 | | [mysqli_close()](func-mysqli-close.html) | 關閉先前打開的數據庫連接。 | | [mysqli_commit()](func-mysqli-commit.html) | 提交當前事務。 | | [mysqli_connect_errno()](func-mysqli-connect-errno.html) | 返回上一次連接錯誤的錯誤代碼。 | | [mysqli_connect_error()](func-mysqli-connect-error.html) | 返回上一次連接錯誤的錯誤描述。 | | [mysqli_connect()](func-mysqli-connect.html) | 打開一個到 MySQL 服務器的新的連接。 | | [mysqli_data_seek()](func-mysqli-data-seek.html) | 調整結果指針到結果集中的一個任意行。 | | [mysqli_debug()](func-mysqli-debug.html) | 執行調試操作。 | | [mysqli_dump_debug_info()](func-mysqli-dump-debug-info.html) | 轉儲調試信息到日志中。 | | [mysqli_errno()](func-mysqli-errno.html) | 返回最近調用函數的最后一個錯誤代碼。 | | [mysqli_error_list()](func-mysqli-error-list.html) | 返回最近調用函數的錯誤列表。 | | [mysqli_error()](func-mysqli-error.html) | 返回最近調用函數的最后一個錯誤描述。 | | [mysqli_fetch_all()](func-mysqli-fetch-all.html) | 從結果集中取得所有行作為關聯數組,或數字數組,或二者兼有。 | | [mysqli_fetch_array()](func-mysqli-fetch-array.html) | 從結果集中取得一行作為關聯數組,或數字數組,或二者兼有。 | | [mysqli_fetch_assoc()](func-mysqli-fetch-assoc.html) | 從結果集中取得一行作為關聯數組。 | | [mysqli_fetch_field_direct()](func-mysqli-fetch-field-direct.html) | 從結果集中取得某個單一字段的 meta-data,并作為對象返回。 | | [mysqli_fetch_field()](func-mysqli-fetch-field.html) | 從結果集中取得下一字段,并作為對象返回。 | | [mysqli_fetch_fields()](func-mysqli-fetch-fields.html) | 返回結果中代表字段的對象的數組。 | | [mysqli_fetch_lengths()](func-mysqli-fetch-lengths.html) | 返回結果集中當前行的每個列的長度。 | | [mysqli_fetch_object()](func-mysqli-fetch-object.html) | 從結果集中取得當前行,并作為對象返回。 | | [mysqli_fetch_row()](func-mysqli-fetch-row.html) | 從結果集中取得一行,并作為枚舉數組返回。 | | [mysqli_field_count()](func-mysqli-field-count.html) | 返回最近查詢的列數。 | | [mysqli_field_seek()](func-mysqli-field-seek.html) | 把結果集中的指針設置為指定字段的偏移量。 | | [mysqli_field_tell()](func-mysqli-field-tell.html) | 返回結果集中的指針的位置。 | | [mysqli_free_result()](func-mysqli-free-result.html) | 釋放結果內存。 | | [mysqli_get_charset()](func-mysqli-get-charset.html) | 返回字符集對象。 | | [mysqli_get_client_info()](func-mysqli-get-client-info.html) | 返回 MySQL 客戶端庫版本。 | | [mysqli_get_client_stats()](func-mysqli-get-client-stats.html) | 返回有關客戶端每個進程的統計。 | | [mysqli_get_client_version()](func-mysqli-get-client-version.html) | 將 MySQL 客戶端庫版本作為整數返回。 | | [mysqli_get_connection_stats()](func-mysqli-get-connection-stats.html) | 返回有關客戶端連接的統計。 | | [mysqli_get_host_info()](func-mysqli-get-host-info.html) | 返回 MySQL 服務器主機名和連接類型。 | | [mysqli_get_proto_info()](func-mysqli-get-proto-info.html) | 返回 MySQL 協議版本。 | | [mysqli_get_server_info()](func-mysqli-get-server-info.html) | 返回 MySQL 服務器版本。 | | [mysqli_get_server_version()](func-mysqli-get-server-version.html) | 將 MySQL 服務器版本作為整數返回。 | | [mysqli_info()](func-mysqli-info.html) | 返回有關最近執行查詢的信息。 | | [mysqli_init()](func-mysqli-init.html) | 初始化 MySQLi 并返回 mysqli_real_connect() 使用的資源。 | | [mysqli_insert_id()](func-mysqli-insert-id.html) | 返回最后一個查詢中自動生成的 ID。 | | [mysql_kill()](func-mysqli-kill.html) | 請求服務器殺死一個 MySQL 線程。 | | [mysqli_more_results()](func-mysqli-more-results.html) | 檢查一個多查詢是否有更多的結果。 | | [mysqli_multi_query()](func-mysqli-multi-query.html) | 執行一個或多個針對數據庫的查詢。 | | [mysqli_next_result()](func-mysqli-next-result.html) | 為 mysqli_multi_query() 準備下一個結果集。 | | [mysqli_num_fields()](func-mysqli-num-fields.html) | 返回結果集中字段的數量。 | | [mysqli_num_rows()](func-mysqli-num-rows.html) | 返回結果集中行的數量。 | | [mysqli_options()](func-mysqli-options.html) | 設置額外的連接選項,用于影響連接行為。 | | [mysqli_ping()](func-mysqli-ping.html) | 進行一個服務器連接,如果連接已斷開則嘗試重新連接。 | | mysqli_prepare() | 準備執行一個 SQL 語句。 | | [mysqli_query()](func-mysqli-query.html) | 執行某個針對數據庫的查詢。 | | [mysqli_real_connect()](func-mysqli-real-connect.html) | 打開一個到 MySQL 服務器的新的鏈接。 | | [mysqli_real_escape_string()](func-mysqli-real-escape-string.html) | 轉義在 SQL 語句中使用的字符串中的特殊字符。 | | mysqli_real_query() | 執行 SQL 查詢 | | mysqli_reap_async_query() | 返回異步查詢的結果。 | | [mysqli_refresh()](func-mysqli-refresh.html) | 刷新表或緩存,或者重置復制服務器信息。 | | [mysqli_rollback()](func-mysqli-rollback.html) | 回滾數據庫中的當前事務。 | | [mysqli_select_db()](func-mysqli-select-db.html) | 更改連接的默認數據庫。 | | [mysqli_set_charset()](func-mysqli-set-charset.html) | 設置默認客戶端字符集。 | | mysqli_set_local_infile_default() | 撤銷用于 load local infile 命令的用戶自定義句柄。 | | mysqli_set_local_infile_handler() | 設置用于 LOAD DATA LOCAL INFILE 命令的回滾函數。 | | [mysqli_sqlstate()](func-mysqli-sqlstate.html) | 返回最后一個 MySQL 操作的 SQLSTATE 錯誤代碼。 | | [mysqli_ssl_set()](func-mysqli-ssl-set.html) | 用于創建 SSL 安全連接。 | | [mysqli_stat()](func-mysqli-stat.html) | 返回當前系統狀態。 | | [mysqli_stmt_init()](func-mysqli-stmt-init.html) | 初始化聲明并返回 mysqli_stmt_prepare() 使用的對象。 | | mysqli_store_result() | 傳輸最后一個查詢的結果集。 | | [mysqli_thread_id()](func-mysqli-thread-id.html) | 返回當前連接的線程 ID。 | | [mysqli_thread_safe()](func-mysqli-thread-safe.html) | 返回是否將客戶端庫編譯成 thread-safe。 | | mysqli_use_result() | 從上次使用 mysqli_real_query() 執行的查詢中初始化結果集的檢索。 | | mysqli_warning_count() | 返回連接中的最后一個查詢的警告數量。 |
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看