Edit
↰
Home
↑
pq
↑
Connection
↻
Connection::unescapeBytea
↲
★ Asynchronous Usage
↲
★ Changelog
↲
★ Executing Queries
↲
★ General Usage
↲
Connection::__construct
↲
Connection::declare
↲
Connection::declareAsync
↲
Connection::escapeBytea
↲
Connection::exec
↲
Connection::execAsync
↲
Connection::execParams
↲
Connection::execParamsAsync
↲
Connection::flush
↲
Connection::getResult
↲
Connection::listen
↲
Connection::listenAsync
↲
Connection::notify
↲
Connection::notifyAsync
↲
Connection::off
↲
Connection::on
↲
Connection::poll
↲
Connection::prepare
↲
Connection::prepareAsync
↲
Connection::quote
↲
Connection::quoteName
↲
Connection::reset
↲
Connection::resetAsync
↲
Connection::setConverter
↲
Connection::startTransaction
↲
Connection::startTransactionAsync
↲
Connection::trace
↲
Connection::unlisten
↲
Connection::unlistenAsync
↲
Connection::unsetConverter
#
string
pq\Connection::unescapeBytea
(
string
$bytea
)
Unescape bytea data retrieved from the server.
Params:
#
string
$bytea
#
Bytea data retrieved from the server.
Returns:
#
string
, unescaped binary data.
FALSE
, if unescaping fails.
Throws:
#
pq\Exception\BadMethodCallException
Show Comments from Github Discussions