mysql_num_rows (PHP3 , PHP4) mysql_num_rows --- 取得結果中列的數目 語法 : int mysql_num_rows (int result) 說明 : mysql_num_rows( )傳回結果中 列的數目,此指令只對SELECT語法有效,要從INSERT,UPDATE,或是DELETE中獲得列的數目,請使用 mysql_affected_row...
mysql_num_fields (PHP3 , PHP4) mysql_num_fields --- 取得欄位的數目 語法 : int mysql_num_fields (int result) 說明 : mysql_num_fields( )傳回結果中欄位的數目。 相容的mysql_numfields( )也可以使用。 參考 : mysql_db_query( )&HTTP://...
mysql_field_len (PHP3 , PHP4) mysql_field_len ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 取得指定欄位的長度 語法 : int mysql_field_len (int result, int field_offset) 說明 : mysql_...
mysql_drop_db (PHP3 , PHP4) mysql_drop_db --- 刪除MySQL資料庫 語法 : int mysql_drop_db (string database_HTTP://www.aliyun.com/zix un/aggregation/11696.html">name [, int link_identifier]) 說明 : 成功則傳回...
mysql_list_tables (PHP3 , PHP4) mysql_list_tables --- 列出資料庫中的表格 語法 : int mysql_list_tables (string database [, int link_id entifier]) 說明 : mysql_list_tables( )取一個資料庫名稱且傳回一個結果指標,很像是mysql_db_query( )。 ...
mysql_field_HTTP://www.aliyun.com/zixun/aggregation/11696.html">name (PHP3 , PHP4) mysql_field_name --- 取得指定欄位的名稱 語法 : string mysql_field_name (int result, int field_index) 說明 : mysql...
mysql_db_query (PHP3 , PHP4) mysql_db_query ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 送出MySQL查詢 語法 : int mysql_db_query (string database, string query [, int link_id...
mysql_list_fields (PHP3 , PHP4) mysql_list_fields --- 列出欄位 語法 : int mysql_list_fields (string database_HTTP://www.aliyun.c om/zixun/aggregation/11696.html">name, string table_name [, int lin...
mysql_field_flags (PHP3 , PHP4) mysql_field_flags ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html"> nbsp; 取得指定欄位的旗標 語法 : string mysql_field_flags (int result, int field_offset) 說明...
mysql_data_seek (PHP3 , PHP4) mysql_data_seek ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 移動內部指標 語法 : int mysql_data_seek (int result_identifier, int row_number) 說明 : ...
mysql_list_dbs (PHP3 , PHP4) mysql_list_dbs --- 列出MySQL伺服器上可用的資料庫 語法 : int mysql_list_dbs ([int link_identifier]) 說明 : mys ql_list_dbs( )將從目前的MySQL daemon傳回包含可用的資料庫的結果指標,使用mysql_tableHTTP://www.aliy...
mysql_fetch_row (PHP3 , PHP4) mysql_fetch_row ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 取得單列結果 語法 : array mysql_fetch_row (int result) 說明 : 傳回一陣列,此陣列相當於取得列,如果沒有更多列則傳...
mysql_create_db (PHP3 , PHP4) mysql_create_db ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 新增一個MySQL資料庫 語法 : int mysql_create_db (string database name [, int link_ident...
mysql_insert_id (PHP3 , PHP4) mysql_insert_id ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 取得先前INSERT操作的id 語法 : int mysql_insert_id ([int link_identifier]) 說明 : mysql_i...
mysql_fetch_object (PHP3 , PHP4) mysql_fetch_object ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html"> nbsp; 取得查詢後的物件結果 語法 : object mysql_fetch_object (int result [, int result_typ...
mysql_connect (PHP3 , PHP4) mysql_connect ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 開啟MySQL伺服器連線 語法 : int mysql_connect ([string hostname [:port] [:/path/to/socket] ...
mysql_free_result (PHP3 , PHP4) mysql_free_result ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html"> nbsp; 釋放記憶體 語法 : int mysql_free_result (int result) 說明 : 當在執行程式時,假如您擔心佔用太多記憶體,可...
mysql_fetch_lengths mysql_fetch_lengths ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 取得各欄位最大長度 語法 : array mysql_fetch_lengths (int result) 說明 : 將mysql_fetch_row( )取得的最後...
mysql_close (PHP3 , PHP4) mysql_close ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 關閉MySQL連線 語法 : int mysql_close ([int link_identifier]) 說明 : 成功則傳回true,失敗則傳回false。 mys...
mysql_field_type (PHP3 , PHP4) mysql_field_type ---&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp ; 取得指定欄位的型態 語法 : string mysql_field_type (int result, int field_offset) 說明 : ...