「mysql_select_db」を解説文に含む見出し語の検索結果(1~10/24件中)
(PHP 4, PHP 5)mysql_select_db — MySQL データベースを選択する説明bool mysql_select_db ( string database_name [, re...
(PHP 4, PHP 5)mysql_db_query — MySQL クエリーを送信する説明resource mysql_db_query ( string database, string qu...
(PHP 4, PHP 5)mysql_num_rows — 結果における行の数を得る説明int mysql_num_rows ( resource result ) 結果セットから行の数を取得します...
(PHP 4, PHP 5)mysql_num_fields — 結果におけるフィールドの数を得る説明int mysql_num_fields ( resource result ) クエリから、フィ...
(PHP 4, PHP 5)mysql_errno — 直近の MySQL 処理からエラーメッセージのエラー番号を返す説明int mysql_errno ( [resource link_identi...
(PHP 4, PHP 5)mysql_error — 直近に実行された MySQL 操作のエラーメッセージを返す説明string mysql_error ( [resource link_ident...
(PHP 4, PHP 5)mysql_fetch_array — 連想配列、添字配列、またはその両方として結果の行を取得する説明array mysql_fetch_array ( resource ...
(PHP 4, PHP 5)mysql_field_name — 結果において指定したフィールド名を取得する説明string mysql_field_name ( resource result, i...
(PHP 4, PHP 5)mysql_list_dbs — MySQL サーバ上で利用可能なデータベースのリストを得る説明resource mysql_list_dbs ( [resource li...
(PHP 4, PHP 5)mysql_affected_rows — 一番最近の操作で変更された行の数を得る説明int mysql_affected_rows ( [resource link_id...
< 前の結果 | 次の結果 >