Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.pg-escape-bytea.html
Дата изменения: Sun Feb 3 22:53:25 2002
Дата индексирования: Mon Oct 1 22:41:27 2012
Кодировка:
pg_escape_bytea

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.

Note: This function is requires PostgreSQL 7.2 or later.

See also pg_escape_string()