「mysql_query()」を解説文に含む見出し語の検索結果(1~10/46件中)
(PHP 4, PHP 5)mysql_num_fields — 結果におけるフィールドの数を得る説明int mysql_num_fields ( resource result ) クエリから、フィ...
(PHP 4, PHP 5)mysql_free_result — 結果保持用メモリを開放する説明bool mysql_free_result ( resource result ) mysql_fr...
(PHP 4, PHP 5)mysql_query — MySQL クエリを送信する説明resource mysql_query ( string query [, resource link_ide...
(PHP 4, PHP 5)mysql_num_rows — 結果における行の数を得る説明int mysql_num_rows ( resource result ) 結果セットから行の数を取得します...
(PHP 4, PHP 5)mysql_create_db — MySQL データベースを作成する説明bool mysql_create_db ( string database_name [, re...
(PHP 4, PHP 5)mysql_drop_db — MySQLデータベースを破棄(削除)する説明bool mysql_drop_db ( string database_name [, res...
(PHP 4, PHP 5)mysql_data_seek — 内部的な結果ポインタを移動する説明bool mysql_data_seek ( resource result, int row_num...
(PHP 4, PHP 5)mysql_field_seek — 結果ポインタを指定したフィールドオフセットにセットする説明bool mysql_field_seek ( resource resul...
(PHP 4 >= 4.0.3, PHP 5)mysql_escape_string — mysql_query で使用するために文字列をエスケープする説明string mysql_escape_st...
(PHP 4, PHP 5)mysql_fetch_lengths — 結果における各出力の長さを得る説明array mysql_fetch_lengths ( resource result ) M...
< 前の結果 | 次の結果 >