php中操作mysql的函數庫

來源:互聯網
上載者:User
發現php中的mysql庫是一個函數庫 而不是一個類庫  使用面向過程的形式組織。

mysql_affected_rows -- 取得前一次 MySQL 操作所影響的記錄行數

mysql_change_user --  改變活動串連中登入的使用者

mysql_client_encoding -- 返回字元集的名稱

mysql_close -- 關閉 MySQL 串連

mysql_connect -- 開啟一個到 MySQL 伺服器的串連

mysql_create_db -- 建立一個 MySQL 資料庫

mysql_data_seek -- 移動內部結果的指標

mysql_db_name -- 取得結果資料

mysql_db_query -- 發送一條 MySQL 查詢

mysql_drop_db -- 丟棄(刪除)一個 MySQL 資料庫

mysql_errno --  返回上一個 MySQL 操作中的錯誤資訊的數字編碼

mysql_error --  返回上一個 MySQL 操作產生的文本錯誤資訊

mysql_escape_string --  轉義一個字串用於 mysql_query

mysql_fetch_array --  從結果集中取得一行作為關聯陣列,或數字數組,或二者兼有

mysql_fetch_assoc --  從結果集中取得一行作為關聯陣列

mysql_fetch_field --  從結果集中取得列資訊並作為對象返回

mysql_fetch_lengths --  取得結果集中每個輸出的長度

mysql_fetch_object -- 從結果集中取得一行作為對象

mysql_fetch_row -- 從結果集中取得一行作為枚舉數組

mysql_field_flags --  從結果中取得和指定欄位關聯的標誌

mysql_field_len --  返回指定欄位的長度

mysql_field_name --  取得結果中指定欄位的欄位名

mysql_field_seek --  將結果集中的指標設定為制定的欄位位移量

mysql_field_table --  取得指定欄位所在的表名

mysql_field_type --  取得結果集中指定欄位的類型

mysql_free_result -- 釋放結果記憶體

mysql_get_client_info -- 取得 MySQL 用戶端資訊

mysql_get_host_info -- 取得 MySQL 主機資訊

mysql_get_proto_info -- 取得 MySQL 協議資訊

mysql_get_server_info -- 取得 MySQL 伺服器資訊

mysql_info --  取得最近一條查詢的資訊

mysql_insert_id --  取得上一步 INSERT 操作產生的 ID

mysql_list_dbs --  列出 MySQL 伺服器中所有的資料庫

mysql_list_fields -- 列出 MySQL 結果中的欄位

mysql_list_processes -- 列出 MySQL 進程

mysql_list_tables -- 列出 MySQL 資料庫中的表

mysql_num_fields -- 取得結果集中欄位的數目

mysql_num_rows -- 取得結果集中行的數目

mysql_pconnect --  開啟一個到 MySQL 伺服器的持久串連

mysql_ping -- Ping 一個伺服器串連,如果沒有串連則重新串連

mysql_query -- 發送一條 MySQL 查詢

mysql_real_escape_string --  轉義 SQL 陳述式中使用的字串中的特殊字元,並考慮到串連的當前字元集

mysql_result -- 取得結果資料

mysql_select_db -- 選擇 MySQL 資料庫

mysql_stat -- 取得當前系統狀態

mysql_tablename -- 取得表名

mysql_thread_id -- 返回當前線程的 ID

mysql_unbuffered_query --  向 MySQL 發送一條 SQL 查詢,並不擷取和緩衝結果的行
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.