PHP » GoLang |
login |
register |
about
|
GoLang pg_unescape_bytea
request it (409)
GoLang replacement for PHP's pg_unescape_bytea
[edit | history]
pg_unescape_bytea(PHP 4 >= 4.3.0, PHP 5, PHP 7) pg_unescape_bytea — Unescape 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.
Return ValuesA string containing the unescaped data. Examples
Example #1 pg_unescape_bytea() example
<?php Changelog
See Also
|
more
Recently updated
more
Most requested
|