PHP » GoLang |
login |
register |
about
|
GoLang pg_escape_bytea
request it (454)
GoLang replacement for PHP's pg_escape_bytea
[edit | history]
pg_escape_bytea(PHP 4 >= 4.2.0, PHP 5, PHP 7) pg_escape_bytea — Escape 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
|
more
Recently updated
more
Most requested
more
Last requests
|