| 
 | pg_unescape_byteaUnescape binary for bytea type Description
   string pg_unescape_bytea
    ( string  $data)pg_unescape_bytea unescapes PostgreSQL bytea data values. It returns the unescaped string, possibly containing binary data. 
 Parameters
 
 Return ValuesA string containing the unescaped data. Examples
 Example #1 pg_unescape_bytea example 
<?php Changelog
 
 See Also
 
 |