pg_escape_bytea

(PHP 4 CVS only)

pg_escape_bytea --  Escape binary for bytea type

Description

string pg_escape_bytea ( string data)

pg_escape_string() escapes string for bytea datatype. It returns escaped string.

Notatka: This function is requires PostgreSQL 7.2 or later.

See also pg_escape_string()