Downloads
Documentation
Get Involved
Help
Search docs
PHP 8.4.1 Released!
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
はじめに »
« Warning::__construct
PHP マニュアル
関数リファレンス
データベース関連
ベンダー固有のモジュール
MySQL
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
最初の MySQL API
はじめに
インストール/設定
要件
インストール手順
実行時設定
リソース型
変更履歴
定義済み定数
例
MySQL 拡張モジュールの概要を示す例
MySQL 関数
mysql_affected_rows
— 一番最近の操作で変更された行の数を得る
mysql_client_encoding
— 文字セット名を返す
mysql_close
— MySQL 接続を閉じる
mysql_connect
— MySQL サーバーへの接続をオープンする
mysql_create_db
— MySQL データベースを作成する
mysql_data_seek
— 内部的な結果ポインタを移動する
mysql_db_name
— mysql_list_dbs のコール結果からデータベース名を取得する
mysql_db_query
— データベースを選択し、そこでクエリーを実行する
mysql_drop_db
— MySQLデータベースを破棄(削除)する
mysql_errno
— 直近の MySQL 処理からエラーメッセージのエラー番号を返す
mysql_error
— 直近に実行された MySQL 操作のエラーメッセージを返す
mysql_escape_string
— mysql_query で使用するために文字列をエスケープする
mysql_fetch_array
— 連想配列、添字配列、またはその両方として結果の行を取得する
mysql_fetch_assoc
— 連想配列として結果の行を取得する
mysql_fetch_field
— 結果からカラム情報を取得し、オブジェクトとして返す
mysql_fetch_lengths
— 結果における各出力の長さを得る
mysql_fetch_object
— 結果の行をオブジェクトとして取得する
mysql_fetch_row
— 結果を添字配列として取得する
mysql_field_flags
— 結果において指定したフィールドのフラグを取得する
mysql_field_len
— 指定したフィールドの長さを返す
mysql_field_name
— 結果において指定したフィールド名を取得する
mysql_field_seek
— 結果ポインタを指定したフィールドオフセットにセットする
mysql_field_table
— 指定したフィールドが含まれるテーブルの名前を取得する
mysql_field_type
— 結果において指定したフィールドの型を取得する
mysql_free_result
— 結果保持用メモリを開放する
mysql_get_client_info
— MySQL クライアント情報を取得する
mysql_get_host_info
— MySQL ホスト情報を取得する
mysql_get_proto_info
— MySQL プロトコル情報を取得する
mysql_get_server_info
— MySQL サーバー情報を取得する
mysql_info
— 直近のクエリについての情報を得る
mysql_insert_id
— 直近のクエリで生成された ID を得る
mysql_list_dbs
— MySQL サーバー上で利用可能なデータベースのリストを得る
mysql_list_fields
— MySQL テーブルのフィールドのリストを得る
mysql_list_processes
— MySQL プロセスのリストを得る
mysql_list_tables
— MySQL データベース上のテーブルのリストを得る
mysql_num_fields
— 結果におけるフィールドの数を得る
mysql_num_rows
— 結果における行の数を得る
mysql_pconnect
— MySQL サーバーへの持続的な接続をオープンする
mysql_ping
— サーバーとの接続状況を調べ、接続されていない場合は再接続する
mysql_query
— MySQL クエリを送信する
mysql_real_escape_string
— SQL 文中で用いる文字列の特殊文字をエスケープする
mysql_result
— 結果データを得る
mysql_select_db
— MySQL データベースを選択する
mysql_set_charset
— クライアントの文字セットを設定する
mysql_stat
— 現在のシステムの状態を取得する
mysql_tablename
— フィールドのテーブル名を得る
mysql_thread_id
— カレントのスレッド ID を返す
mysql_unbuffered_query
— MySQL に SQL クエリを送信するが、結果に対してのフェッチやバッファリングは行わない
Improve This Page
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
↑
and
↓
to navigate •
Enter
to select •
Esc
to close
Press
Enter
without selection to search using Google