「mysql::error」を解説文に含む見出し語の検索結果(21~30/314件中)
(PHP 4, PHP 5)mysql_fetch_row — 結果を添字配列として取得する説明array mysql_fetch_row ( resource result ) 取得された行に対応す...
(PHP 4, PHP 5)mysql_list_fields — MySQL テーブルのフィールドのリストを得る説明resource mysql_list_fields ( string datab...
(No version information available, might be only in CVS)mysql_db_name — データベース名を得る説明string mysql_db_...
(PHP 4, PHP 5)mysql_connect — MySQL サーバへの接続をオープンする説明resource mysql_connect ( [string server [, strin...
(PHP 4, PHP 5)mysql_query — MySQL クエリを送信する説明resource mysql_query ( string query [, resource link_ide...
(PHP 4, PHP 5)mysql_free_result — 結果保持用メモリを開放する説明bool mysql_free_result ( resource result ) mysql_fr...
(PHP 4, PHP 5)mysql_insert_id — 直近の INSERT 操作で生成された ID を得る説明int mysql_insert_id ( [resource link_ide...
(PHP 4, PHP 5)mysql_affected_rows — 一番最近の操作で変更された行の数を得る説明int mysql_affected_rows ( [resource link_id...
(PHP 4, PHP 5)mysql_field_len — 指定したフィールドの長さを返す説明int mysql_field_len ( resource result, int field_of...
(PHP 4, PHP 5)is_resource — 変数がリソースかどうかを調べる 説明bool is_resource ( mixed var ) 指定した変数がリソースかどうかを調べます。 パ...