「mysql_connect()」を解説文に含む見出し語の検索結果(11~20/51件中)
(PHP 4 >= 4.3.0, PHP 5)mysql_thread_id — カレントのスレッド ID を返す説明int mysql_thread_id ( [resource link_iden...
(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_drop_db — MySQLデータベースを破棄(削除)する説明bool mysql_drop_db ( string database_name [, res...
(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_list_tables — MySQL データベース上のテーブルのリストを得る説明resource mysql_list_tables ( string dat...
(PHP 4 >= 4.3.0, PHP 5)mysql_ping — サーバとの接続状況を調べ、接続されていない場合は再接続する説明bool mysql_ping ( [resource link_...
(PHP 4, PHP 5)is_resource — 変数がリソースかどうかを調べる 説明bool is_resource ( mixed var ) 指定した変数がリソースかどうかを調べます。 パ...
(PHP 4 >= 4.3.0, PHP 5)mysql_stat — 現在のシステムの状態を取得する説明string mysql_stat ( [resource link_identifier] ...