   #PHP Manual PostgreSQL functions pg_escape_bytea pg_fetch_all

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                               pg_escape_string

   (PHP 4 >= 4.2.0)
   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 for PostgreSQL. Use of this function is recommended
   instead of addslashes().

     Note: This function requires PostgreSQL 7.2 or later.

   See also pg_escape_bytea()
   ______________________________________________________________________

   Prev            Home         Next
   pg_escape_bytea  Up  pg_fetch_all
