|
pg_escape_byteaEscape a string for insertion into a bytea field Description
string pg_escape_bytea
([ resource
$connection
], string $data
)pg_escape_bytea escapes string for bytea datatype. It returns escaped string.
Parameters
Return ValuesA string containing the escaped data. Changelog
Examples
Example #1 pg_escape_bytea example
<?php See Also
|