Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

pg_escape_string

(PHP 4 >= 4.2.0)

pg_escape_string --  テキスト/文字型用の文字列をエスケープする

説明

string pg_escape_string ( string data)

pg_escape_string() escapes string for text/char datatype. It returns escaped string.

注意 This function is requires PostgreSQL 7.2 or later.

See also pg_escape_bytea()