「mysql_query()」を解説文に含む見出し語の検索結果(11~20/46件中)
(PHP 4, PHP 5)mysql_fetch_row — 結果を添字配列として取得する説明array mysql_fetch_row ( resource result ) 取得された行に対応す...
(PHP 4, PHP 5)mysql_field_len — 指定したフィールドの長さを返す説明int mysql_field_len ( resource result, int field_of...
(PHP 4, PHP 5)mysql_field_name — 結果において指定したフィールド名を取得する説明string mysql_field_name ( resource result, i...
(PHP 4, PHP 5)mysql_field_table — 指定したフィールドが含まれるテーブルの名前を取得する説明string mysql_field_table ( resource re...
(PHP 4, PHP 5)mysql_select_db — MySQL データベースを選択する説明bool mysql_select_db ( string database_name [, re...
(PHP 4, PHP 5)mysql_fetch_array — 連想配列、添字配列、またはその両方として結果の行を取得する説明array mysql_fetch_array ( resource ...
(PHP 4, PHP 5)mysql_db_query — MySQL クエリーを送信する説明resource mysql_db_query ( string database, string qu...
(PHP 4 >= 4.0.3, PHP 5)mysql_fetch_assoc — 連想配列として結果の行を取得する説明array mysql_fetch_assoc ( resource resu...
(PHP 4, PHP 5)mysql_fetch_object — 結果の行をオブジェクトとして取得する説明object mysql_fetch_object ( resource result [...
(PHP 4, PHP 5)mysql_affected_rows — 一番最近の操作で変更された行の数を得る説明int mysql_affected_rows ( [resource link_id...