Downloads
Documentation
Get Involved
Help
Search docs
PHP 8.1.31 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
はじめに »
« ociwritetemporarylob
PHP マニュアル
関数リファレンス
データベース関連
ベンダー固有のモジュール
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
PostgreSQL
はじめに
インストール/設定
要件
インストール手順
実行時設定
リソース型
定義済み定数
例
基本的な使用法
基本的な使い方
PostgreSQL 関数
pg_affected_rows
— 変更されたレコード(タプル)の数を返す
pg_cancel_query
— 非同期クエリを取り消す
pg_client_encoding
— クライアントのエンコーディングを取得する
pg_close
— PostgreSQL 接続をクローズする
pg_connect
— PostgreSQL 接続をオープンする
pg_connect_poll
— 進行中の非同期接続のステータスをポーリングする
pg_connection_busy
— 接続がビジーかどうか調べる
pg_connection_reset
— 接続をリセット(再接続)する
pg_connection_status
— 接続ステータスを取得する
pg_consume_input
— 接続の入力を読み取る
pg_convert
— 連想配列の値を、SQL 文として実行可能な形式に変換する
pg_copy_from
— 配列からテーブルに挿入する
pg_copy_to
— 配列にテーブルをコピーする
pg_dbname
— データベース名を取得する
pg_delete
— レコードを削除する
pg_end_copy
— PostgreSQL バックエンドと同期する
pg_escape_bytea
— bytea フィールドに挿入するために文字列をエスケープする
pg_escape_identifier
— テキスト型フィールドに挿入するために、識別子をエスケープする
pg_escape_literal
— テキスト型フィールドに挿入するために、リテラルをエスケープする
pg_escape_string
— クエリに使う文字列をエスケープする
pg_execute
— 指定したパラメータを用いてプリペアドステートメントを実行するリクエストを 送信し、その結果を待つ
pg_fetch_all
— 取得されたすべての行を配列として取得する
pg_fetch_all_columns
— 指定したカラムの全ての行を配列として取得する
pg_fetch_array
— 行を配列として取得する
pg_fetch_assoc
— 行を連想配列として取得する
pg_fetch_object
— 行をオブジェクトとして得る
pg_fetch_result
— 結果インスタンスから値を返す
pg_fetch_row
— 数値添字の配列として行を得る
pg_field_is_null
— フィールドが SQL の NULL かどうか調べる
pg_field_name
— フィールドの名前を返す
pg_field_num
— 指定されたフィールドのフィールド番号を返す
pg_field_prtlen
— 表示される長さを返す
pg_field_size
— 指定したフィールドの内部記憶領域におけるサイズを返す
pg_field_table
— tables フィールドの名前あるいは oid を返す
pg_field_type
— フィールド番号に対応する型名を返す
pg_field_type_oid
— フィールド番号に対応する型 ID(OID)を返す
pg_flush
— 送信を待っているクエリデータをフラッシュする
pg_free_result
— クエリ結果のメモリを開放する
pg_get_notify
— SQL NOTIFY メッセージを取得する
pg_get_pid
— バックエンドのプロセス ID を得る
pg_get_result
— 非同期クエリの結果を取得する
pg_host
— 接続に関連するホスト名を返す
pg_insert
— テーブルに配列を挿入する
pg_last_error
— 特定の接続から直近のエラーメッセージ文字列を取得する
pg_last_notice
— PostgreSQL サーバーからの直近の通知メッセージを返す
pg_last_oid
— 直近の行のオブジェクト ID を返す
pg_lo_close
— ラージオブジェクトをクローズする
pg_lo_create
— ラージオブジェクトを生成する
pg_lo_export
— ラージオブジェクトをファイルにエクスポートする
pg_lo_import
— ファイルからラージオブジェクトをインポートする
pg_lo_open
— ラージオブジェクトをオープンする
pg_lo_read
— ラージオブジェクトを読み込む
pg_lo_read_all
— ラージオブジェクト全体を読み込みブラウザに直接送信する
pg_lo_seek
— ラージオブジェクトの位置をシークする
pg_lo_tell
— ラージオブジェクトのカレントのシーク位置を返す
pg_lo_truncate
— ラージオブジェクトを切り詰める
pg_lo_unlink
— ラージオブジェクトを削除する
pg_lo_write
— ラージオブジェクトに書き込む
pg_meta_data
— テーブルからメタデータを取得する
pg_num_fields
— フィールド数を返す
pg_num_rows
— 行数を返す
pg_options
— 接続に関連するオプションを取得する
pg_parameter_status
— サーバーのパラメータ設定を検索する
pg_pconnect
— 持続的な PostgreSQL 接続をオープンする
pg_ping
— データベース接続を調べる
pg_port
— 接続に関連するポート番号を返す
pg_prepare
— 指定したパラメータでプリペアドステートメントを作成するリクエストを サーバーに送信し、その完了を待つ
pg_put_line
— NULL で終わる文字列を PostgreSQL バックエンドに送信する
pg_query
— クエリを実行する
pg_query_params
— SQL コマンドとパラメータを分割してサーバーへ送信し、その結果を待つ
pg_result_error
— 結果に関連するエラーメッセージを取得する
pg_result_error_field
— エラー報告の各フィールドを返す
pg_result_memory_size
— クエリーの結果に割り当てられたメモリ使用量を返します
pg_result_seek
— 結果インスタンスの内部行オフセットを設定する
pg_result_status
— クエリ結果のステータスを取得する
pg_select
— レコードを選択する
pg_send_execute
— 指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その結果を待たない
pg_send_prepare
— 指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その結果を待たない
pg_send_query
— 非同期クエリを送信する
pg_send_query_params
— コマンドとパラメータを分割してサーバーに送信し、その結果を待たない
pg_set_client_encoding
— クライアントのエンコーディングを設定する
pg_set_error_context_visibility
— pg_last_error が返すコンテクストのエラーメッセージのアクセス権を設定する
pg_set_error_verbosity
— pg_last_error および pg_result_error が返すメッセージの詳細度を指定する
pg_socket
— PostgreSQL 接続の下層にある、読み取り専用のソケットのハンドルを取得する
pg_trace
— PostgreSQL 接続のトレースを有効にする
pg_transaction_status
— サーバー上で実行中のトランザクションの状態を返す
pg_tty
— 接続に関する TTY 名を返す
pg_unescape_bytea
— bytea 型のバイナリをアンエスケープする
pg_untrace
— PostgreSQL 接続のトレースを無効にする
pg_update
— テーブルを更新する
pg_version
— クライアント・プロトコル・サーバーのバージョンを配列で返す
PgSql\Connection
— PgSql\Connection クラス
PgSql\Result
— The PgSql\Result class
PgSql\Lob
— The PgSql\Lob class
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