pg_escape_string

(PHP 4 CVS only)

pg_escape_string --  Escape string for text/char type

Description

string pg_escape_string ( string data)

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

Notatka: This function is requires PostgreSQL 7.2 or later.

See also pg_escape_bytea()