「mysql_select_db」を解説文に含む見出し語の検索結果(11~20/24件中)
(No version information available, might be only in CVS)mysql_change_user — アクティブな接続でログイン中のユーザーを変更する...
(PHP 4, PHP 5)mysql_create_db — MySQL データベースを作成する説明bool mysql_create_db ( string database_name [, re...
(PHP 4, PHP 5)mysql_field_type — 結果において指定したフィールドの型を取得する説明string mysql_field_type ( resource result, ...
(PHP 4 >= 4.3.0, PHP 5)mysql_ping — サーバとの接続状況を調べ、接続されていない場合は再接続する説明bool mysql_ping ( [resource link_...
(PHP 4, PHP 5)mysql_data_seek — 内部的な結果ポインタを移動する説明bool mysql_data_seek ( resource result, int row_num...
(PHP 4 >= 4.0.3, PHP 5)mysql_fetch_assoc — 連想配列として結果の行を取得する説明array mysql_fetch_assoc ( resource resu...
(PHP 4, PHP 5)mysql_fetch_field — 結果からカラム情報を取得し、オブジェクトとして返す説明object mysql_fetch_field ( resource res...
(PHP 4, PHP 5)mysql_fetch_object — 結果の行をオブジェクトとして取得する説明object mysql_fetch_object ( resource result [...
(PHP 4, PHP 5)mysql_insert_id — 直近の INSERT 操作で生成された ID を得る説明int mysql_insert_id ( [resource link_ide...
php.ini の設定により動作が変化します。 表 170. MySQL 設定オプション名前デフォルト変更の可否変更履歴mysql.allow_persistent"1"PHP_INI_SYSTEM ...